diff --git a/srcpkgs/xbps-static/template b/srcpkgs/xbps-static/template index adc4c6101a3..3c21c19664b 100644 --- a/srcpkgs/xbps-static/template +++ b/srcpkgs/xbps-static/template @@ -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 " @@ -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