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 / knock / knock.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/knock/knock.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/knock/knock.mk
new file mode 100644 (file)
index 0000000..2c0adb1
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# knock
+#
+################################################################################
+
+KNOCK_VERSION = 0.7
+KNOCK_SITE = http://www.zeroflux.org/proj/knock/files
+KNOCK_LICENSE = GPLv2+
+KNOCK_LICENSE_FILES = COPYING
+KNOCK_DEPENDENCIES = libpcap
+
+ifeq ($(BR2_STATIC_LIBS),y)
+KNOCK_CONF_OPTS = LIBS="$(shell $(STAGING_DIR)/usr/bin/pcap-config --static --additional-libs)"
+endif
+
+$(eval $(autotools-package))