You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-construct/misc/gnupg/Makefile

19 lines
493 B

GARNAME = gnupg
GARVERSION = 2.0.3
CATEGORIES = misc
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
LIBDEPS = libs/pth libs/libgcrypt libs/libassuan libs/libksba
MASTER_SITES = ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/gnupg/ ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/
DESCRIPTION = GNU Privacy Guard
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --enable-agent-only
include ../category.mk