updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / logitech_applet / PKGBUILD
blob971ec9ee569f9f5c64fa775321b1dedca5439dbf
1 # Contributor: heidi <heidi@heidi.linuxpl.com>
2 pkgname=logitech_applet
3 pkgver=0.4test1
4 pkgrel="2"
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')
8 depends=('libusb')
9 source=(http://www.frogmouth.net/$pkgname-$pkgver.tar.gz logitech)
11 md5sums=('6f1a6bf11940efbdeb5d0ebff8c5a5c5' '42490543a140eb610e7b37eb5273ac0e')
13 build() {
14         cd $startdir/src/$pkgname-$pkgver
15         ./configure --prefix=/usr
16         make || return 1
17         make prefix=$startdir/pkg/usr install
18         install -D -m 755 $startdir/logitech  $startdir/pkg/etc/rc.d/logitech
19