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/libs/gpgme/Makefile

19 lines
435 B

GARNAME = gpgme
GARVERSION = 1.1.4
CATEGORIES = libs
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
LIBDEPS = misc/gnupg
MASTER_SITES = ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/gpgme/ ftp://gd.tuwien.ac.at/privacy/gnupg/gpgme/
DESCRIPTION = gpgme
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
CONFIGURE_ARGS = $(DIRPATHS) --without-gpgsm
include ../category.mk