1 # Contributor: heidi <heidi@heidi.linuxpl.com>
2 pkgname=logitech_applet
5 pkgdesc="Logitech Mouse Applet is a small command line tool for setting the special features that are available on some Logitech mice. It is particularly useful to those who want to switch their mouse to 800cpi instead of the default 400cpi."
6 url="http://freshmeat.net/projects/logitech_applet/"
7 makedepends=('gcc' 'make' 'libusb')
9 source=(http://www.frogmouth.net/$pkgname-$pkgver.tar.gz logitech)
11 md5sums=('6f1a6bf11940efbdeb5d0ebff8c5a5c5' '42490543a140eb610e7b37eb5273ac0e')
14 cd $startdir/src/$pkgname-$pkgver
15 ./configure --prefix=/usr
17 make prefix=$startdir/pkg/usr install
18 install -D -m 755 $startdir/logitech $startdir/pkg/etc/rc.d/logitech