#Maintainer: Ejis #Mandatory category=extra/l pkgname=libg15 pkgver=1.2.7 zenver=62 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/sourceforge/g15tools/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Userspace tools for the logitech g15 keyboard. These tools can be used" "to display custom content on the lcd and also to handle the extra keys" "of the keyboard." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --enable-static=no make -j2 || return 1 make install DESTDIR=$startdir/pkg } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract') url="http://www.g15tools.com/Welcome.html" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('x11-driver-nvidia' 'x11-driver-nvidia-rt') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}