#Maintainer: Markus Muttilainen pkgname=leafpad pkgver=0.8.18.1 zenver=70 pkgrel=1 arch=i486 source=("http://savannah.nongnu.org/download/leafpad/leafpad-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://tarot.freeshell.org/leafpad/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') 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 }