runit-void: revbump++ (misc tweaks).

This commit is contained in:
Juan RP 2014-04-26 10:46:25 +02:00
parent dfad88784f
commit 9bfddd3c8e
1 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'runit-void' # Template file for 'runit-void'
pkgname=runit-void pkgname=runit-void
version=20140426 version=20140426
revision=1 revision=2
build_style=meta build_style=gnu-makefile
homepage="http://www.voidlinux.eu" homepage="http://www.voidlinux.eu"
short_desc="runit scripts for the void distribution" short_desc="runit scripts for the void distribution"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -15,9 +15,3 @@ 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() {
make
}
do_install() {
make DESTDIR=${DESTDIR} PREFIX=/usr install
}