mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
xbps-static: update to 0.53.
This commit is contained in:
parent
cf8b90995e
commit
fc1493f3b7
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 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.52
|
version=0.53
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="xbps-${version}"
|
wrksrc="xbps-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,16 +12,14 @@ short_desc="The XBPS package system utilities - static binaries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.voidlinux.eu/xbps"
|
homepage="https://www.voidlinux.eu/xbps"
|
||||||
distfiles="https://github.com/void-linux/xbps/archive/$version.tar.gz"
|
distfiles="https://github.com/void-linux/xbps/archive/${version}.tar.gz"
|
||||||
checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
|
checksum=360b3149141fec46dd6da9019605bcee48ee4d29bffe5aa47a9fd5fa68ccd5f4
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) ;;
|
*-musl) ;;
|
||||||
*) broken="only for musl arches" ;;
|
*) broken="only for musl arches" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose
|
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --verbose
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue