runit-void: bump version.
This commit is contained in:
parent
43099c6891
commit
b08645e8c7
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'runit-void'
|
# Template file for 'runit-void'
|
||||||
pkgname=runit-void
|
pkgname=runit-void
|
||||||
version=20140425
|
version=20140426
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
|
@ -8,7 +8,6 @@ short_desc="runit scripts for the void distribution"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
makedepends="runit"
|
makedepends="runit"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
conf_files="/etc/rc.conf"
|
conf_files="/etc/rc.conf"
|
||||||
|
@ -16,7 +15,9 @@ conf_files="/etc/rc.conf"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
|
git clone git://github.com/voidlinux/runit-void ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
do_build() {
|
||||||
do_install() {
|
make
|
||||||
make DESTDIR=${DESTDIR} install
|
}
|
||||||
|
do_install() {
|
||||||
|
make DESTDIR=${DESTDIR} PREFIX=/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue