package/pax-utils: bump to version 1.3.7
- Switch site to get latest release - autotools has been replaced by meson since https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=063fcaeaa05074a9d90acec2f68b25dfb8ecd279 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b25176ee9a
commit
17fb3f966d
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 9742d2a31d53a4e0f6df0d3721ab6f7cf8b0404c95fee3b00e678c1ff6db7f21 pax-utils-1.2.6.tar.xz
|
||||
sha256 907fdcfc6c6c2913a8e42847f8096027b0a953b9344208d14daf2324fd711638 pax-utils-1.3.7.tar.bz2
|
||||
sha256 e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4 COPYING
|
||||
|
@ -4,28 +4,31 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PAX_UTILS_VERSION = 1.2.6
|
||||
PAX_UTILS_SITE = http://distfiles.gentoo.org/distfiles
|
||||
PAX_UTILS_SOURCE = pax-utils-$(PAX_UTILS_VERSION).tar.xz
|
||||
PAX_UTILS_VERSION = 1.3.7
|
||||
PAX_UTILS_SITE = https://gitweb.gentoo.org/proj/pax-utils.git/snapshot
|
||||
PAX_UTILS_SOURCE = pax-utils-$(PAX_UTILS_VERSION).tar.bz2
|
||||
PAX_UTILS_LICENSE = GPL-2.0
|
||||
PAX_UTILS_LICENSE_FILES = COPYING
|
||||
PAX_UTILS_CPE_ID_VENDOR = gentoo
|
||||
|
||||
PAX_UTILS_DEPENDENCIES = host-pkgconf
|
||||
PAX_UTILS_CONF_OPTS = --without-python
|
||||
PAX_UTILS_CONF_OPTS = \
|
||||
-Dbuild_manpages=disabled \
|
||||
-Dlddtree_implementation=sh \
|
||||
-Dtests=false
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
||||
PAX_UTILS_DEPENDENCIES += libcap
|
||||
PAX_UTILS_CONF_OPTS += --with-caps
|
||||
PAX_UTILS_CONF_OPTS += -Duse_libcap=enabled
|
||||
else
|
||||
PAX_UTILS_CONF_OPTS += --without-caps
|
||||
PAX_UTILS_CONF_OPTS += -Duse_libcap=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
|
||||
PAX_UTILS_DEPENDENCIES += libseccomp
|
||||
PAX_UTILS_CONF_OPTS += --with-seccomp
|
||||
PAX_UTILS_CONF_OPTS += -Duse_seccomp=true
|
||||
else
|
||||
PAX_UTILS_CONF_OPTS += --without-seccomp
|
||||
PAX_UTILS_CONF_OPTS += -Duse_seccomp=false
|
||||
endif
|
||||
|
||||
# lddtree and symtree need bash
|
||||
@ -36,5 +39,5 @@ endef
|
||||
endif
|
||||
PAX_UTILS_POST_INSTALL_TARGET_HOOKS += PAX_UTILS_REMOVE_BASH_TOOLS
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
$(eval $(meson-package))
|
||||
$(eval $(host-meson-package))
|
||||
|
Loading…
Reference in New Issue
Block a user