xbps-static: update to 0.38.

This commit is contained in:
Juan RP 2014-09-14 19:43:55 +02:00
parent 805b62c2df
commit 814d16a6d5

View File

@ -2,8 +2,8 @@
#
# NOTE: keep this package synchronized with "srcpkgs/xbps".
pkgname=xbps-static
version=0.37
revision=2
version=0.38
revision=1
bootstrap=yes
short_desc="The XBPS package system utilities - static binaries"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -22,15 +22,12 @@ esac
do_fetch() {
git clone -b${version} git://github.com/voidlinux/xbps.git ${pkgname}-${version}
}
do_configure() {
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-static --enable-debug
}
do_build() {
make ${makejobs}
}
do_install() {
make DESTDIR=${wrksrc}/static-install install
vmkdir usr/sbin