|
@@ -4,18 +4,12 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-# 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-4-Clause, BSD-2-Clause
|
|
|
-# Note: The license file 'COPYRIGHT' is missing from the sources,
|
|
|
-# although some files refer to it.
|
|
|
+SLIRP_VERSION = 4.3.1
|
|
|
+SLIRP_SOURCE = libslirp-v$(SLIRP_VERSION).tar.bz2
|
|
|
+SLIRP_SITE = \
|
|
|
+ https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v$(SLIRP_VERSION)
|
|
|
+SLIRP_LICENSE = BSD-3-Clause
|
|
|
+SLIRP_LICENSE_FILES = COPYRIGHT
|
|
|
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))
|
|
|
+$(eval $(meson-package))
|