python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / enscript / enscript.mk
blobfc2cd41534433a7c43d862a43c93405c5b8c4af7
1 ################################################################################
3 # enscript
5 ################################################################################
7 ENSCRIPT_VERSION = 1.6.6
8 ENSCRIPT_SITE = $(BR2_GNU_MIRROR)/enscript
9 ENSCRIPT_LICENSE = GPLv3+
10 ENSCRIPT_LICENSE_FILES = COPYING
12 # Enable pthread threads if toolchain supports threads
13 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
14 ENSCRIPT_CONF_OPTS += --enable-threads=pth
15 else
16 ENSCRIPT_CONF_OPTS += --disable-threads
17 endif
19 $(eval $(autotools-package))