summaryrefslogtreecommitdiff
path: root/community/wbar
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/wbar
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/wbar')
-rw-r--r--community/wbar/ChangeLog3
-rw-r--r--community/wbar/PKGBUILD21
2 files changed, 24 insertions, 0 deletions
diff --git a/community/wbar/ChangeLog b/community/wbar/ChangeLog
new file mode 100644
index 000000000..710f62f34
--- /dev/null
+++ b/community/wbar/ChangeLog
@@ -0,0 +1,3 @@
+2008-10-13 Allan McRae <allan@archlinux.org>
+ * wbar 1.3.3-2
+ * Moved to [community] repo
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
new file mode 100644
index 000000000..d02fa85b2
--- /dev/null
+++ b/community/wbar/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 38239 2011-01-23 22:13:38Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=wbar
+pkgver=2.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+depends=('imlib2' 'gcc-libs')
+optdepends=('libglade')
+pkgdesc="A quick launch bar developed with speed in mind."
+url="http://code.google.com/p/wbar"
+license=('GPL')
+source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('637433fc2995a0e45e644fd992e970f6')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --exec_prefix=/usr --sysconfdir=/etc
+ make
+ make DESTDIR=${pkgdir} install
+}