mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
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".
|
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue