#Maintainer: Grant Galbraith (omns) pkgname=parcellite pkgver=0.9.1 pkgrel=1 zenver=62 arch=i486 docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://parcellite.sourceforge.net/ source=(http://switch.dl.sourceforge.net/sourceforge/parcellite/parcellite-0.9.1.tar.gz) sourcetemplate=http://omnsproject.org/packages/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Parcellite is a lightweight GTK+ clipboard manager." "This is a stripped down, basic-features-only clipboard manager with" "a small memory footprint for those who like simplicity." ) build() { cd $startdir/src/parcellite-0.9.1 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }