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