1 # pkgbuild by peter feigl <peter.feigl@jku.at>
5 pkgdesc="Driver for the Logitech G13 keyboard"
7 url="http://eutyche.swe.uni-linz.ac.at/g13"
9 source=(http://eutyche.swe.uni-linz.ac.at/g13/g13.tar.bz2)
16 mkdir -p $startdir/pkg/lib/modules/`uname -r`/kernel/drivers/input/
17 install -m644 g13.ko $startdir/pkg/lib/modules/`uname -r`/kernel/drivers/input
18 echo "Please run depmod -a as root"
21 md5sums=('0ecab28b9767061740b29c53f0c0863e')