summaryrefslogtreecommitdiff
path: root/community/bbrun
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
commit11484c032f8c236b2044e715a9a3b28e33f65598 (patch)
treeec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /community/bbrun
parent1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff)
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/bbrun')
-rw-r--r--community/bbrun/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD
index 728a36c9c..807d3b561 100644
--- a/community/bbrun/PKGBUILD
+++ b/community/bbrun/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 8813 2010-01-21 15:59:01Z spupykin $
+# $Id: PKGBUILD 65065 2012-02-20 02:40:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sven Kauber <celeon@gmail.com>
pkgname=bbrun
pkgver=1.6
-pkgrel=3
+pkgrel=4
pkgdesc="A run - component for blackbox window manager"
arch=(i686 x86_64)
url="http://www.darkops.net/bbrun/"
@@ -14,7 +14,7 @@ source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
build() {
- cd $startdir/src/$pkgname-$pkgver/$pkgname
- make || return 1
- install -Dm755 bbrun $startdir/pkg/usr/bin/bbrun
+ cd $srcdir/$pkgname-$pkgver/$pkgname
+ make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext"
+ install -Dm755 bbrun $pkgdir/usr/bin/bbrun
}