diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/mrtg/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
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 -} |