updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / libg15-svn / PKGBUILD
blob09ea61ad66d6eb1072ee6f21f084f33361cbd599
1 # Contributor: Michael Manley <mmanley@nasutek.com>
2 # Contributor: onestep_ua <onestep@ukr.net>
4 pkgname=libg15-svn
5 pkgver=1.3
6 pkgrel=1
7 pkgdesc="Provides low-level access to the Logitech G15 and G11 keyboards and Z10 speakers"
8 arch=('i686' 'x86_64')
9 url="http://www.g15tools.com/"
10 license=('GPL')
11 depends=('libusb')
12 options=(!libtool)
13 conflicts=("libg15")
14 source=("http://nasutek.com/~mmanley/libg15/libg15.tar.bz2")
15 md5sums=('a90870269fc6e274799a50dbe3272464')
17 build() {
18   cd "${srcdir}/libg15"
19   ./configure --prefix=/usr --disable-static
20   make || return 1
21   make DESTDIR="${pkgdir}" install