# Contributor: Gary Singleton (skeeterbug) pkgname=leafpad pkgver=0.8.3 pkgrel=1 pkgdesc="GTK+ Based Simple Text Editor" url="http://tarot.freeshell.org/leafpad/" depends=('gtk2' 'x-server') # Sometimes savannah.nongnu.org takes a while to update but it is the # preferred mirror to save Tarot's bandwidth. source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) build() { cd $startdir/src/$pkgname-$pkgver ./configure --enable-chooser --prefix=/usr make || return 1 make prefix=$startdir/pkg/usr install } md5sums=('a19aaeba4ba7cdfce5d08903a4d9086b')