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 / slirp / slirp.mk
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/slirp/slirp.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/slirp/slirp.mk
new file mode 100644 (file)
index 0000000..7a5f515
--- /dev/null
@@ -0,0 +1,21 @@
+################################################################################
+#
+# slirp
+#
+################################################################################
+
+# There's no tarball releases of slirp, so we use the git repo
+# Also, there's no tag, so we use a random SHA1 (master's HEAD
+# of today)
+SLIRP_VERSION = 8c2da74c1385242f20799fec8c04f8378edc6550
+SLIRP_SITE = git://anongit.freedesktop.org/spice/slirp
+SLIRP_LICENSE = BSD-4c BSD-2c
+# Note: The license file 'COPYRIGHT' is missing from the sources,
+# although some files refer to it.
+SLIRP_INSTALL_STAGING = YES
+
+# As we're using the git tree, there's no ./configure,
+# so we need to autoreconf.
+SLIRP_AUTORECONF = YES
+
+$(eval $(autotools-package))