summaryrefslogtreecommitdiff
path: root/community/darkstat
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
commitc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch)
tree8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/darkstat
parenta05bf04c686ff44fc6c12fbe774d65032b74c55d (diff)
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/6tunnel/PKGBUILD community/chrootuid/PKGBUILD community/cpulimit/PKGBUILD community/cutter/PKGBUILD community/darkhttpd/PKGBUILD community/darkstat/PKGBUILD community/datemath/PKGBUILD community/delegate/PKGBUILD community/dfm/PKGBUILD community/freedroid/PKGBUILD community/parano/PKGBUILD community/pyvorbis/PKGBUILD community/scrotwm/PKGBUILD extra/antlr2/PKGBUILD extra/live-media/PKGBUILD extra/mono-zeroconf/PKGBUILD extra/vlc/PKGBUILD
Diffstat (limited to 'community/darkstat')
-rw-r--r--community/darkstat/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD
index 864768cba..802ca496f 100644
--- a/community/darkstat/PKGBUILD
+++ b/community/darkstat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 50638 2011-06-29 10:55:56Z spupykin $
+# $Id: PKGBUILD 65108 2012-02-20 04:47:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=darkstat
pkgver=3.0.714
-pkgrel=1.1
+pkgrel=2
pkgdesc="Network statistics gatherer (packet sniffer)."
url="http://dmr.ath.cx/net/darkstat/"
license=("GPL")
@@ -13,12 +13,12 @@ source=(http://dmr.ath.cx/net/darkstat/$pkgname-$pkgver.tar.bz2)
md5sums=('eef385fadc8dbb611d3d4c4d8fa94817')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd $startdir/src/$pkgname-$pkgver
- make DESTDIR=$startdir/pkg install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}