xbps-src: bump version (v90).
This commit is contained in:
parent
1594c3e48e
commit
95f062fd1d
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=20131230
|
||||
revision=3
|
||||
version=20140101
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
conf_files="/etc/xbps/xbps-src.conf"
|
||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
||||
build_style=gnu-makefile
|
||||
make_build_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"
|
||||
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…
Reference in New Issue
Block a user