xbps-static-git: bump (0.39).
This commit is contained in:
parent
814d16a6d5
commit
70df7e19aa
1 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# NOTE: keep this package synchronized with "srcpkgs/xbps-git".
|
# NOTE: keep this package synchronized with "srcpkgs/xbps-git".
|
||||||
pkgname=xbps-static-git
|
pkgname=xbps-static-git
|
||||||
version=20140714
|
version=20140915
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The XBPS package system (development branch) - static bins"
|
short_desc="The XBPS package system (development branch) - static bins"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -30,11 +30,9 @@ do_fetch() {
|
||||||
do_configure() {
|
do_configure() {
|
||||||
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug --enable-static
|
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug --enable-static
|
||||||
}
|
}
|
||||||
|
|
||||||
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…
Reference in a new issue