mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-static: update to 0.52.
This commit is contained in:
parent
1441834458
commit
315ed3209e
1 changed files with 13 additions and 11 deletions
|
@ -1,29 +1,31 @@
|
||||||
# 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.51
|
version=0.52
|
||||||
revision=13
|
revision=1
|
||||||
|
wrksrc="xbps-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libarchive-devel"
|
||||||
|
depends="xbps-triggers"
|
||||||
short_desc="The XBPS package system utilities - static binaries"
|
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"
|
||||||
homepage="https://www.voidlinux.eu/xbps"
|
homepage="https://www.voidlinux.eu/xbps"
|
||||||
license="2-clause-BSD"
|
|
||||||
distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz"
|
distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz"
|
||||||
checksum=fb97f78a2d1e78ca7fb74426bbc7edac7af36366491dbcf3b97db3aa1b20a8b7
|
checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
|
||||||
|
|
||||||
wrksrc="xbps-${version}"
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
hostmakedepends="pkg-config"
|
*-musl) ;;
|
||||||
makedepends="zlib-devel libressl-devel libarchive-devel"
|
*) broken="only for musl arches" ;;
|
||||||
depends="xbps-triggers"
|
esac
|
||||||
|
|
||||||
only_for_archs="i686-musl x86_64-musl mips-musl mipshf-musl mipsel-musl mipselhf-musl armv6l-musl armv7l-musl aarch64-musl"
|
|
||||||
|
|
||||||
CFLAGS="-Wno-error"
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${wrksrc}/static-install install
|
make DESTDIR=${wrksrc}/static-install install
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue