From f6ce8ee9d13d32bbc43b23bf7ed7b7a3f0cbd2f0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 16 Dec 2012 06:56:13 +0000 Subject: package/slirp: new package Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/slirp/slirp.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package/slirp/slirp.mk (limited to 'package/slirp/slirp.mk') diff --git a/package/slirp/slirp.mk b/package/slirp/slirp.mk new file mode 100644 index 000000000..b3f4bcdf1 --- /dev/null +++ b/package/slirp/slirp.mk @@ -0,0 +1,21 @@ +############################################################# +# +# Spice-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)) -- cgit v1.2.3