Import buildroot 2016.02.01
This commit is contained in:
11
firmware/buildroot/package/enscript/Config.in
Normal file
11
firmware/buildroot/package/enscript/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_ENSCRIPT
|
||||
bool "enscript"
|
||||
help
|
||||
GNU Enscript is a free replacement for Adobe's enscript program.
|
||||
|
||||
GNU Enscript converts ASCII files to PostScript, HTML, or RTF and
|
||||
stores generated output to a file or sends it directly to the
|
||||
printer. It includes features for `pretty-printing' (language-
|
||||
sensitive code highlighting) in several programming languages.
|
||||
|
||||
http://www.gnu.org/software/enscript
|
||||
2
firmware/buildroot/package/enscript/enscript.hash
Normal file
2
firmware/buildroot/package/enscript/enscript.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb enscript-1.6.6.tar.gz
|
||||
19
firmware/buildroot/package/enscript/enscript.mk
Normal file
19
firmware/buildroot/package/enscript/enscript.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# enscript
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ENSCRIPT_VERSION = 1.6.6
|
||||
ENSCRIPT_SITE = $(BR2_GNU_MIRROR)/enscript
|
||||
ENSCRIPT_LICENSE = GPLv3+
|
||||
ENSCRIPT_LICENSE_FILES = COPYING
|
||||
|
||||
# Enable pthread threads if toolchain supports threads
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||
ENSCRIPT_CONF_OPTS += --enable-threads=pth
|
||||
else
|
||||
ENSCRIPT_CONF_OPTS += --disable-threads
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user