Alexandre Belloni | 8dfd59d | 2013-06-05 23:53:30 +0000 | [diff] [blame] | 1 | ################################################################################ |
Yann E. MORIN | f6ce8ee | 2012-12-16 06:56:13 +0000 | [diff] [blame] | 2 | # |
Jerzy Grzegorek | 5a57148 | 2013-07-22 07:30:22 +0200 | [diff] [blame] | 3 | # slirp |
Yann E. MORIN | f6ce8ee | 2012-12-16 06:56:13 +0000 | [diff] [blame] | 4 | # |
Alexandre Belloni | 8dfd59d | 2013-06-05 23:53:30 +0000 | [diff] [blame] | 5 | ################################################################################ |
Yann E. MORIN | f6ce8ee | 2012-12-16 06:56:13 +0000 | [diff] [blame] | 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) |
Thomas De Schampheleire | f268f71 | 2014-10-07 09:06:03 +0200 | [diff] [blame] | 10 | SLIRP_VERSION = 8c2da74c1385242f20799fec8c04f8378edc6550 |
| 11 | SLIRP_SITE = git://anongit.freedesktop.org/spice/slirp |
| 12 | SLIRP_LICENSE = BSD-4c BSD-2c |
Yann E. MORIN | f6ce8ee | 2012-12-16 06:56:13 +0000 | [diff] [blame] | 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. |
Thomas De Schampheleire | f268f71 | 2014-10-07 09:06:03 +0200 | [diff] [blame] | 19 | SLIRP_AUTORECONF = YES |
Yann E. MORIN | f6ce8ee | 2012-12-16 06:56:13 +0000 | [diff] [blame] | 20 | |
| 21 | $(eval $(autotools-package)) |