2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg lib libxkbfile
|
|
|
|
# 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-kbproto
|
|
|
|
|
|
|
|
name=xorg-libxkbfile
|
2008-03-18 18:36:59 +01:00
|
|
|
version=1.0.5
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxkbfile-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|