summaryrefslogtreecommitdiff
path: root/community/wbar/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/wbar/PKGBUILD
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/wbar/PKGBUILD')
-rw-r--r--community/wbar/PKGBUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
new file mode 100644
index 000000000..3d20bcbd6
--- /dev/null
+++ b/community/wbar/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 76682 2012-09-26 19:34:38Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=wbar
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A quick launch bar developed with speed in mind"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/wbar"
+license=('GPL')
+depends=('libglade' 'imlib2' 'gcc-libs')
+makedepends=('intltool')
+source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tgz)
+sha256sums=('46a69849e4436529aefb5cfb2c94b520d05a53c237e7773b90207f67f97a93e3')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ ./configure --prefix=/usr --exec_prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package () {
+ cd $srcdir/$pkgname-$pkgver
+
+ make DESTDIR=${pkgdir} install
+}