summaryrefslogtreecommitdiff
path: root/community/bwbar/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/bwbar/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/bwbar/PKGBUILD')
-rw-r--r--community/bwbar/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/bwbar/PKGBUILD b/community/bwbar/PKGBUILD
new file mode 100644
index 000000000..9e26b7e68
--- /dev/null
+++ b/community/bwbar/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Mark Rosenstand <mark@borkware.net>
+
+pkgname=bwbar
+pkgver=1.2.3
+pkgrel=2
+arch=(i686 x86_64)
+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)
+md5sums=('766265ddf0615b552ff19d12f78be719')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure
+ make || return 1
+ install -D -m755 bwbar $startdir/pkg/usr/bin/bwbar
+}