1################################################################################ 2# 3# enscript 4# 5################################################################################ 6 7ENSCRIPT_VERSION = 1.6.6 8ENSCRIPT_SITE = $(BR2_GNU_MIRROR)/enscript 9ENSCRIPT_LICENSE = GPL-3.0+ 10ENSCRIPT_LICENSE_FILES = COPYING 11ENSCRIPT_CPE_ID_VENDOR = gnu 12 13# Enable pthread threads if toolchain supports threads 14ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y) 15ENSCRIPT_CONF_OPTS += --enable-threads=pth 16else 17ENSCRIPT_CONF_OPTS += --disable-threads 18endif 19 20$(eval $(autotools-package)) 21