fc2cd41534433a7c43d862a43c93405c5b8c4af7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / enscript / enscript.mk
1 ################################################################################
2 #
3 # enscript
4 #
5 ################################################################################
6
7 ENSCRIPT_VERSION = 1.6.6
8 ENSCRIPT_SITE = $(BR2_GNU_MIRROR)/enscript
9 ENSCRIPT_LICENSE = GPLv3+
10 ENSCRIPT_LICENSE_FILES = COPYING
11
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
18
19 $(eval $(autotools-package))