2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg XKB keyboard description compiler
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2006-04-08 16:39:33 +02:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-04-07 18:48:00 +02:00
|
|
|
# Depends on: xorg-libx11, xorg-libxkbfile
|
|
|
|
|
|
|
|
name=xorg-xkbcomp
|
2007-01-23 21:37:29 +01:00
|
|
|
version=1.0.3
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
2006-04-12 23:31:18 +02:00
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xkbcomp-$version
|
|
|
|
|
2007-01-23 21:37:29 +01:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|