#Maintainer: R S Ananda Murthy pkgname=libstroke pkgver=0.5.1 pkgrel=1 zenver=66 arch=i486 source=("http://etla.net/libstroke/libstroke-0.5.1.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname docs=("README.javastroke" "ChangeLog" "COPYING" "COPYRIGHT" "TODO" "CREDITS" "AUTHORS" "INSTALL") url="http://etla.net/libstroke/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libstroke (A stroke translation library)" "" "LibStroke is a stroke translation library. Strokes are motions of" "the mouse that can be interpreted by a program as a command." "Strokes are used extensively in CAD programs." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make check make install DESTDIR=$startdir/pkg }