#Packager: JRD # vim: syn=sh et ai cin sw=2 ts=2 tw=0: pkgname=ckbcomp pkgver=1.90 pkgrel=1cp arch=noarch _gitsrc=http://anonscm.debian.org/git/d-i/console-setup.git sourcetemplate=http://people.salixos.org/jrd/salix/$pkgname/$pkgver-\$arch-$pkgrel/ docs=("changes" "gpl-2" "changelog") url=http://packages.debian.org/en/sid/console-setup slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (compile a XKB keyboard description to a console font)" "The ckbcomp keymap compiler converts a description of an XKB keymap" "into a console keymap that can be read directly by loadkeys." ) build() { cd $SRC git clone -n $_gitsrc $pkgname-$pkgver || return 1 cd $pkgname-$pkgver || return 1 git checkout tags/$pkgver || return 1 # it's a tag so reliable for using in a package install -vD -m755 Keyboard/ckbcomp $PKG/usr/bin/ckbcomp install -vD -m644 man/ckbcomp.1 $PKG/usr/share/man/man1/ckbcomp.1 }