xbps-static: update to 0.38.
This commit is contained in:
parent
805b62c2df
commit
814d16a6d5
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue