summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-17 09:08:37 +0000
commit38db807e855cf6b90e758b761ff3ef65e2f1685e (patch)
treedd54bc36a9375d723ae5237954b94818d809b15d /testing
parent8aaca2152d488d8d7a3dff11302722ddfca26563 (diff)
downloadaports-38db807e855cf6b90e758b761ff3ef65e2f1685e.tar.bz2
aports-38db807e855cf6b90e758b761ff3ef65e2f1685e.tar.xz
testing/rrdcollect: removed from stable branch
Diffstat (limited to 'testing')
-rw-r--r--testing/rrdcollect/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/rrdcollect/APKBUILD b/testing/rrdcollect/APKBUILD
deleted file mode 100644
index cf4c623d..00000000
--- a/testing/rrdcollect/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer: Michael Mason <ms13sp@gmail.com>
-pkgname=rrdcollect
-pkgver=0.2.4
-pkgrel=0
-pkgdesc="Read system statistical data and feed it to RRDtool"
-url="http://rrdcollect.sourceforge.net/"
-license="GPL"
-depends="uclibc libpcap rrdtool"
-makedepends="libpcap-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="fd7ac95195e3e5cbab0677629505d9be rrdcollect-0.2.4.tar.gz"