aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mrtg/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mrtg/APKBUILD')
-rw-r--r--testing/mrtg/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/testing/mrtg/APKBUILD b/testing/mrtg/APKBUILD
index 4066c168ac..9334db7a47 100644
--- a/testing/mrtg/APKBUILD
+++ b/testing/mrtg/APKBUILD
@@ -2,10 +2,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mrtg
pkgver=2.16.4
-pkgrel=0
+pkgrel=1
pkgdesc="MRTG Network Latency Monitoring"
url="http://oss.oetiker.ch/mrtg/"
-source="http://oss.oetiker.ch/mrtg/pub/$pkgname-$pkgver.tar.gz"
+source="http://oss.oetiker.ch/mrtg/pub/$pkgname-$pkgver.tar.gz
+ mrtg.initd mrtg.confd"
subpackages="$pkgname-doc"
depends="perl"
makedepends="gd-dev libpng-dev zlib-dev"
@@ -16,7 +17,7 @@ _builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
./configure --bindir=/usr/bin \
- --libdir=/usr/lib/mrtg2 \
+ --libdir=/usr/lib \
--datadir=/usr/share/doc \
--mandir=/usr/share/doc/man \
|| return 1
@@ -28,4 +29,6 @@ package() {
make install DESTDIR="$pkgdir"
}
-md5sums="ec298200d239832ff1648fba488e1a9e mrtg-2.16.4.tar.gz"
+md5sums="ec298200d239832ff1648fba488e1a9e mrtg-2.16.4.tar.gz
+47053d5e51ac8eefe3807d5168219f78 mrtg.initd
+a8d246d324b90fd1e37cc912d4651372 mrtg.confd"