summaryrefslogtreecommitdiff
path: root/community-staging/xkbsel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/xkbsel/PKGBUILD')
-rw-r--r--community-staging/xkbsel/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community-staging/xkbsel/PKGBUILD b/community-staging/xkbsel/PKGBUILD
deleted file mode 100644
index 2ffd17ef2..000000000
--- a/community-staging/xkbsel/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 58986 2011-11-20 19:27:58Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=xkbsel
-pkgver=0.13
-pkgrel=5
-pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings"
-arch=('i686' 'x86_64')
-url="http://www.meduna.org/sw_xkbsel_en.html"
-license=('GPL')
-depends=('gdbm' 'libxaw')
-makedepends=('patch' 'xkeyboard-config')
-source=(http://www.meduna.org/code/$pkgname-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('c82196344ef920a072f413df85b9dc00'
- 'dee0f7de8618d9eff073942f0e08f030')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
-
- patch -Np1 <../build-fix.patch
- export CFLAGS="$CFLAGS -I/usr/include/gdbm -DHAVE_NDBM_H"
- export LDFLAGS="-lgdbm -lgdbm_compat"
-
- ./configure --prefix=/usr --localstatedir=/var/lib --sysconfdir=/etc/xkbsel \
- --build=`uname -m` --host=`uname -m` --target=`uname -m` \
- --mandir=/usr/share/man
- make
- make DESTDIR=$pkgdir install
-}