blob: 7a5f51539d5ddaef77ceff3b1d450e8137a23cb1 [file] [log] [blame]
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00001################################################################################
Yann E. MORINf6ce8ee2012-12-16 06:56:13 +00002#
Jerzy Grzegorek5a571482013-07-22 07:30:22 +02003# slirp
Yann E. MORINf6ce8ee2012-12-16 06:56:13 +00004#
Alexandre Belloni8dfd59d2013-06-05 23:53:30 +00005################################################################################
Yann E. MORINf6ce8ee2012-12-16 06:56:13 +00006
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 Schampheleiref268f712014-10-07 09:06:03 +020010SLIRP_VERSION = 8c2da74c1385242f20799fec8c04f8378edc6550
11SLIRP_SITE = git://anongit.freedesktop.org/spice/slirp
12SLIRP_LICENSE = BSD-4c BSD-2c
Yann E. MORINf6ce8ee2012-12-16 06:56:13 +000013# Note: The license file 'COPYRIGHT' is missing from the sources,
14# although some files refer to it.
15SLIRP_INSTALL_STAGING = YES
16
17# As we're using the git tree, there's no ./configure,
18# so we need to autoreconf.
Thomas De Schampheleiref268f712014-10-07 09:06:03 +020019SLIRP_AUTORECONF = YES
Yann E. MORINf6ce8ee2012-12-16 06:56:13 +000020
21$(eval $(autotools-package))