7a5f51539d5ddaef77ceff3b1d450e8137a23cb1
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / slirp / slirp.mk
1 ################################################################################
2 #
3 # slirp
4 #
5 ################################################################################
6
7 # There's no tarball releases of slirp, so we use the git repo
8 # Also, there's no tag, so we use a random SHA1 (master's HEAD
9 # of today)
10 SLIRP_VERSION = 8c2da74c1385242f20799fec8c04f8378edc6550
11 SLIRP_SITE = git://anongit.freedesktop.org/spice/slirp
12 SLIRP_LICENSE = BSD-4c BSD-2c
13 # Note: The license file 'COPYRIGHT' is missing from the sources,
14 # although some files refer to it.
15 SLIRP_INSTALL_STAGING = YES
16
17 # As we're using the git tree, there's no ./configure,
18 # so we need to autoreconf.
19 SLIRP_AUTORECONF = YES
20
21 $(eval $(autotools-package))