updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / keyfuzz / PKGBUILD
blob0ec7d0cd8be771108b07fb8e9b91873f1959e88b
1 # Contributer: N30N <archlinux@alunamation.com>
2 # Contributer: Aerion <this.id.was.still.free@aerion.co.uk>
3 # Contributer: teekay <gimpel@sonnenkinder.org>
5 pkgname=keyfuzz
6 pkgver=0.2
7 pkgrel=4
8 pkgdesc="A Utility for manipulating the scancode/keycode translation tables of keyboard drivers"
9 url="http://0pointer.de/lennart/projects/keyfuzz/"
10 license="GPL2"
11 arch=("i686" "x86_64")
12 depends=()
13 makedepends=("lynx")
14 source=("${url}${pkgname}-${pkgver}.tar.gz")
15 md5sums=("dffcc16ffd68988fafe7365f1124517d")
17 build() {
18         cd "${pkgname}-${pkgver}"
19         ./configure --prefix=/usr --with-initdir=/etc/rc.d --sysconfdir=/etc
20         make
23 package() {
24         cd "${pkgname}-${pkgver}"
25         make DESTDIR="${pkgdir}" install
28 # vim: set noet ff=unix: