#Maintainer: Ejis #Mandatory category=extra/l pkgname=g15daemon pkgver=1.2.7 zenver=62 pkgrel=1 arch=i486 source=("http://downloads.sourceforge.net/sourceforge/g15daemon/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "G15daemon provides support for the G15 keyboard. Multiple LCD clients" "are supported with a 'virtual' LCD buffer for applications or" "libraries, and all keys are usable. Users flip through connected" "screens with a press of a button.Linux, OS-X & Solaris" ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < $startdir/src/$pkgname.patch ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --exec-prefix=/usr --datarootdir=/usr/share --includedir=/usr/include \ --docdir=/usr/doc \ --enable-static=no make -j2 || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/var/run mv $startdir/pkg/usr/share/doc $startdir/pkg/usr/ rm -rf $startdir/pkg/usr/share } #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() { #}