Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # $Id: PKGBUILD 101647 2013-11-29 19:08:51Z arcanis $
- # Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
- # Contributor: onestep_ua <onestep at ukr dot net>
- pkgname=libg15
- pkgver=1.2.7
- pkgrel=1
- pkgdesc="Provides low-level access to the Logitech G15 and G11 keyboards and Z10 speakers"
- arch=('i686' 'x86_64')
- url="http://www.g15tools.com/"
- license=('GPL')
- depends=('libusb-compat')
- options=(!libtool)
- source=($pkgname-$pkgver.tar.bz2
- libg15.patch)
- md5sums=('718c8e1d0d0d4657f95427593d90a27a'
- SKIP)
- build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/libg15.patch"
- ./configure --prefix=/usr --disable-static
- make
- }
- package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement