diff options
Diffstat (limited to 'community/mrtg/PKGBUILD')
-rw-r--r-- | community/mrtg/PKGBUILD | 29 |
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 -} |