summaryrefslogtreecommitdiff
path: root/community/sbxkb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/sbxkb
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
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
+}