The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / enscript / enscript.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/enscript/enscript.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/enscript/enscript.mk
new file mode 100644 (file)
index 0000000..fc2cd41
--- /dev/null
@@ -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))