From c8f595c05efe7f6f5d5b3bc2d4ee96621aca0f86 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 13:55:14 +0100 Subject: [PATCH] vnstat: fix cross build; add configuration file. --- srcpkgs/vnstat/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vnstat/template b/srcpkgs/vnstat/template index 3903dba8800..d34f07c18d2 100644 --- a/srcpkgs/vnstat/template +++ b/srcpkgs/vnstat/template @@ -1,11 +1,16 @@ # Template build file for "vnstat". pkgname=vnstat version=1.11 -revision=1 +revision=2 +conf_files="/etc/vnstat.conf" build_style=gnu-makefile -short_desc="vnstat - a terminal based network traffic monitor" +short_desc="A terminal based network traffic monitor" maintainer="Jan S. " homepage="http://humdi.net/vnstat/" license="GPL-2" distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz" checksum=b71876d817bbb6a16d31b4236e22a2eb6c39666a7f7bfea581f5ff441cade026 + +pre_install() { + sed -e 's,install -s,install ,g' -i Makefile +}