# This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. include ${ADK_TOPDIR}/rules.mk PKG_NAME:= gnupg PKG_VERSION:= 1.4.18 PKG_RELEASE:= 1 PKG_HASH:= 10a8936b76ccadb98521535b5f41cc5b41b3c159a6c2915f062bd4dc8ac12d12 PKG_DESCR:= gnu privacy guard PKG_SECTION:= app/crypto PKG_DEPENDS:= libreadline libncurses PKG_BUILDDEP:= readline ncurses PKG_URL:= http://www.gnupg.org/ PKG_SITES:= ftp://ftp.gnupg.org/gcrypt/gnupg/ PKG_BUILDDEP_UCLIBC:= libiconv-tiny DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,GNUPG,gnupg,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --disable-asm \ --disable-gnupg-iconv \ --disable-card-support \ --disable-agent-support \ --disable-bzip2 \ --disable-exec \ --disable-ldap \ --disable-hkp \ --disable-finger \ --disable-ftp \ --disable-dns-srv \ --disable-rpath \ --enable-fake-curl \ --disable-regex gnupg-install: ${INSTALL_DIR} ${IDIR_GNUPG}/usr/bin/ ${INSTALL_DIR} ${IDIR_GNUPG}/usr/share/gnupg ${INSTALL_DATA} ${WRKINST}/usr/share/gnupg/options.skel \ ${IDIR_GNUPG}/usr/share/gnupg ${INSTALL_BIN} ${WRKINST}/usr/bin/gpg ${IDIR_GNUPG}/usr/bin/ # we need root privileges for secure memory (locked pages) chmod u+s ${IDIR_GNUPG}/usr/bin/gpg include ${ADK_TOPDIR}/mk/pkg-bottom.mk