summaryrefslogtreecommitdiff
path: root/community/bwbar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bwbar/PKGBUILD')
-rw-r--r--community/bwbar/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/bwbar/PKGBUILD b/community/bwbar/PKGBUILD
index 9e26b7e68..72b3810c2 100644
--- a/community/bwbar/PKGBUILD
+++ b/community/bwbar/PKGBUILD
@@ -1,3 +1,5 @@
+# $Id: PKGBUILD 59215 2011-11-21 15:20:03Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Rosenstand <mark@borkware.net>
pkgname=bwbar
@@ -8,12 +10,13 @@ pkgdesc="Generates text and graphical readout of the current bandwidth usage."
url="http://www.kernel.org/pub/software/web/bwbar/"
license=("GPL")
depends=('libpng')
-source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.gz)
+#source=(http://www.kernel.org/pub/software/web/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.gz)
md5sums=('766265ddf0615b552ff19d12f78be719')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure
- make || return 1
- install -D -m755 bwbar $startdir/pkg/usr/bin/bwbar
+ make
+ install -D -m755 bwbar $pkgdir/usr/bin/bwbar
}