x11/setxkbmap: new aport

set the keyboard using the X Keyboard Extension
http://xorg.freedesktop.org/
This commit is contained in:
Natanael Copa 2009-07-16 19:56:52 +00:00
parent b1aa63bbcc
commit aaa034b0e2

20
x11/setxkbmap/APKBUILD Normal file
View File

@ -0,0 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=setxkbmap
pkgver=1.1.0
pkgrel=0
pkgdesc="set the keyboard using the X Keyboard Extension"
url="http://xorg.freedesktop.org/"
license="custom"
depends=
makedepends="pkgconfig libxkbfile-dev"
source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr || return 1
make || return 1
make DESTDIR=""$pkgdir"" install || return 1
}
md5sums="2f902e0a89aaf2b19e06e7f26c6efb3a setxkbmap-1.1.0.tar.bz2"