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
1 changed files with 9 additions and 12 deletions

View File

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