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 / w_scan / w_scan.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/w_scan/w_scan.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/w_scan/w_scan.mk
new file mode 100644 (file)
index 0000000..3ec84ed
--- /dev/null
@@ -0,0 +1,18 @@
+################################################################################
+#
+# w_scan
+#
+################################################################################
+
+W_SCAN_VERSION = 20141122
+W_SCAN_SOURCE = w_scan-$(W_SCAN_VERSION).tar.bz2
+W_SCAN_SITE = http://wirbel.htpc-forum.de/w_scan
+W_SCAN_LICENSE = GPLv2+
+W_SCAN_LICENSE_FILES = COPYING
+
+ifeq ($(BR2_PACKAGE_LIBICONV),y)
+W_SCAN_DEPENDENCIES += libiconv
+W_SCAN_CONF_ENV += LIBS=-liconv
+endif
+
+$(eval $(autotools-package))