#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=leafpad pkgver=0.8.14 pkgrel=1 zenver=52 arch=i486 source=("http://savannah.nongnu.org/download/leafpad/leafpad-0.8.14.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://tarot.freeshell.org/leafpad/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "leafpad - GTK+ based simple text editor" "Leafpad is a simple GTK+ text editor that emphasizes simplicity. As" "development focuses on keeping weight down to a minimum, only the most" "essential features are implemented in the editor. Leafpad is simple to" "use, is easily compiled, requires few libraries, and starts up" "quickly." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }