1 ################################################################################
5 ################################################################################
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
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
17 # As we're using the git tree, there's no ./configure,
18 # so we need to autoreconf.
19 SLIRP_AUTORECONF
= YES
21 $(eval
$(autotools-package
))