summaryrefslogtreecommitdiff
path: root/community/vnstat/PKGBUILD
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/vnstat/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/vnstat/PKGBUILD')
-rw-r--r--community/vnstat/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/vnstat/PKGBUILD b/community/vnstat/PKGBUILD
deleted file mode 100644
index 7cc05f52d..000000000
--- a/community/vnstat/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 93779 2013-07-10 07:27:19Z bpiotrowski $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
-# Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de>
-
-pkgname=vnstat
-pkgver=1.11
-pkgrel=7
-pkgdesc="A console-based network traffic monitor"
-arch=('i686' 'x86_64')
-url="http://humdi.net/vnstat/"
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz
- service)
-md5sums=('a5a113f9176cd61fb954f2ba297f5fdb'
- 'df452896729db4a569005f1ebf6b57f4')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- make all SBIN=/usr/bin
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-
- install -Dm644 $srcdir/service $pkgdir/usr/lib/systemd/system/vnstat.service
-
- install -D -m0644 examples/vnstat.cron $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
- install -D -m0755 examples/vnstat.cgi $pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
- sed -i 's#root##' $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
-}