summaryrefslogtreecommitdiff
path: root/community/mrtg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/mrtg
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/mrtg')
-rw-r--r--community/mrtg/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/mrtg/PKGBUILD b/community/mrtg/PKGBUILD
deleted file mode 100644
index 344ea6af2..000000000
--- a/community/mrtg/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 93774 2013-07-10 07:27:14Z bpiotrowski $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-
-pkgname=mrtg
-pkgver=2.17.4
-pkgrel=2
-pkgdesc="Multi Router Traffic Grapher."
-arch=('i686' 'x86_64')
-url="http://oss.oetiker.ch/mrtg/"
-license=('GPL')
-depends=('gd' 'perl')
-source=("http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz")
-md5sums=('197565e97f97212eef7b414463c8d40c')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make prefix=${pkgdir}/usr install
-}