From 9bfddd3c8ef9016c1d3d6f33148940f480bf3c8e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 26 Apr 2014 10:46:25 +0200 Subject: [PATCH] runit-void: revbump++ (misc tweaks). --- srcpkgs/runit-void/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/runit-void/template b/srcpkgs/runit-void/template index 5f70fe8ee13..375f8bd5c0b 100644 --- a/srcpkgs/runit-void/template +++ b/srcpkgs/runit-void/template @@ -1,8 +1,8 @@ # Template file for 'runit-void' pkgname=runit-void version=20140426 -revision=1 -build_style=meta +revision=2 +build_style=gnu-makefile homepage="http://www.voidlinux.eu" short_desc="runit scripts for the void distribution" maintainer="Juan RP " @@ -15,9 +15,3 @@ conf_files="/etc/rc.conf" do_fetch() { git clone git://github.com/voidlinux/runit-void ${pkgname}-${version} } -do_build() { - make -} -do_install() { - make DESTDIR=${DESTDIR} PREFIX=/usr install -}