description="xorg XKB keyboard description compiler" packager="" maintainer="Tilman Sauerbeck, tilman at crux dot nu" url="http://xorg.freedesktop.org" depends=(xorg-libx11 xorg-libxkbfile) name=xorg-xkbcomp version=1.1.1 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-1.1.1.tar.bz2) build () { cd xkbcomp-$version; ./configure --prefix=/usr --mandir=$mandir; make; make DESTDIR=$PKG install }