xbps-src: bump version (v90).
This commit is contained in:
parent
1594c3e48e
commit
95f062fd1d
1 changed files with 4 additions and 10 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=20131230
|
version=20140101
|
||||||
revision=3
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
conf_files="/etc/xbps/xbps-src.conf"
|
||||||
|
depends="bash xbps-triggers>=0.54 fakeroot"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
|
@ -16,11 +18,3 @@ do_fetch() {
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
xbps-src_package() {
|
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
|
||||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
|
||||||
pkg_install() {
|
|
||||||
vmove all
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue