1 # Contributer: N30N <archlinux@alunamation.com>
2 # Contributer: Aerion <this.id.was.still.free@aerion.co.uk>
3 # Contributer: teekay <gimpel@sonnenkinder.org>
8 pkgdesc="A Utility for manipulating the scancode/keycode translation tables of keyboard drivers"
9 url="http://0pointer.de/lennart/projects/keyfuzz/"
11 arch=("i686" "x86_64")
14 source=("${url}${pkgname}-${pkgver}.tar.gz")
15 md5sums=("dffcc16ffd68988fafe7365f1124517d")
18 cd "${pkgname}-${pkgver}"
19 ./configure --prefix=/usr --with-initdir=/etc/rc.d --sysconfdir=/etc
24 cd "${pkgname}-${pkgver}"
25 make DESTDIR="${pkgdir}" install
28 # vim: set noet ff=unix: