summaryrefslogtreecommitdiff
path: root/community/sbxkb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-20 00:01:55 +0000
committerroot <root@rshg054.dnsready.net>2012-07-20 00:01:55 +0000
commit226ac092dca4754b7b5a421e226c5971e3b607b2 (patch)
tree796c17bdf61c132bbe79e010febb2bca54e85c0e /community/sbxkb
parent6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (diff)
Fri Jul 20 00:01:55 UTC 2012
Diffstat (limited to 'community/sbxkb')
-rw-r--r--community/sbxkb/PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/sbxkb/PKGBUILD b/community/sbxkb/PKGBUILD
new file mode 100644
index 000000000..0b261587a
--- /dev/null
+++ b/community/sbxkb/PKGBUILD
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=sbxkb
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="Simple tray XKB indicator"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://downloads.sourceforge.net/project/staybox"
+depends=('gtk2')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/project/staybox/${pkgname}-${pkgver}.tar.gz)
+md5sums=('25dc697817a2952a4468c5d2a2f206d2')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ export LDFLAGS=-lX11
+ ./configure --sysconfdir=/etc --prefix=/usr
+ make
+ make DESTDIR=${pkgdir} install
+}