From 0ba9b34ead9bd634cad9c4fda0e766ba80955a65 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Jun 2019 19:30:26 +0200 Subject: [PATCH] xbps-static: update to 0.54. --- srcpkgs/xbps-static/template | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index e86010c6bb2..dcb007a57a4 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -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 " 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 }