xbps-static: update to 0.54.

This commit is contained in:
Juan RP 2019-06-20 19:30:26 +02:00
parent f3dbb330fb
commit 0ba9b34ead

View file

@ -1,27 +1,24 @@
# Template file for 'xbps-static' # Template file for 'xbps-static'
# NOTE: keep this package synchronized with "srcpkgs/xbps". # NOTE: keep this package synchronized with "srcpkgs/xbps".
pkgname=xbps-static pkgname=xbps-static
version=0.53 version=0.54
revision=2 revision=1
# only musl
archs="*-musl"
wrksrc="xbps-${version}" wrksrc="xbps-${version}"
build_style=configure build_style=configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libarchive-devel" makedepends="libarchive-devel"
depends="xbps-triggers" depends="xbps-triggers"
short_desc="The XBPS package system utilities - static binaries" short_desc="XBPS package system utilities - static binaries"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://www.voidlinux.org/xbps" homepage="https://www.voidlinux.org/xbps"
distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz" distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz"
checksum=360b3149141fec46dd6da9019605bcee48ee4d29bffe5aa47a9fd5fa68ccd5f4 checksum=f7e97a342d9eb3f38274bef3136f91398692f50d84fd23bc7990da2000936a98
case "$XBPS_TARGET_MACHINE" in
*-musl) ;;
*) broken="only for musl arches" ;;
esac
do_configure() { do_configure() {
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose ./configure --prefix=/usr --sysconfdir=/etc --enable-static
} }
do_install() { do_install() {
@ -31,6 +28,6 @@ do_install() {
} }
post_install() { post_install() {
vlicense COPYING vlicense LICENSE
vlicense COPYING.3RDPARTY vlicense LICENSE.3RDPARTY
} }