#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=cherrytree pkgver=0.36.9 pkgrel=1rl #arch=noarch source=("http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver docs=("authors" "install" "readme" "copying") url=http://www.giuspen.com/cherrytree #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "cherrytree (A note taking application)" "A hierarchical note taking application, featuring rich text and syntax" "highlighting, storing data in a single xml or sqlite file." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }