distribution/packages/devel/heimdal/package.mk

36 lines
1.5 KiB
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2017 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="heimdal"
2022-04-14 11:02:09 +00:00
PKG_VERSION="5dd29ecd2cc794144de059014a5cbc9c92c3d8bb"
PKG_SHA256="727a436ebb0e50d176132da516c74a6ce5f07e0f4c9b7463f99ea5a77df88936"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="BSD-3c"
PKG_SITE="http://www.h5l.org/"
2022-04-14 11:02:09 +00:00
PKG_URL="https://github.com/heimdal/heimdal/archive/${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="toolchain:host Python3:host ncurses:host asn1c:host"
2022-02-05 14:23:32 +00:00
PKG_LONGDESC="Kerberos 5, PKIX, CMS, GSS-API, SPNEGO, NTLM, Digest-MD5 and, SASL implementation."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-parallel"
PKG_CONFIGURE_OPTS_HOST="ac_cv_prog_COMPILE_ET=no \
--enable-static --disable-shared \
--without-openldap \
--without-capng \
--without-sqlite3 \
--without-libintl \
--without-openssl \
--without-berkeley-db \
--without-readline \
--without-libedit \
--without-hesiod \
--without-x \
--disable-otp \
--disable-heimdal-documentation"
makeinstall_host() {
mkdir -p ${TOOLCHAIN}/bin
cp -PR lib/asn1/asn1_compile ${TOOLCHAIN}/bin/heimdal_asn1_compile
cp -PR lib/com_err/compile_et ${TOOLCHAIN}/bin/heimdal_compile_et
}