### this file is sourced not run
PKGVER=0.8.19
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=leafpad-$PKGVER.tar.gz
MD5SUM=2fa09a4d80884d32a9b5e4e80c7bbdd7
SRC_URL=http://download.savannah.gnu.org/releases/leafpad/$TARBALL
BUNDLE=

SLACKREQ=gtk2
SLACKDESC="leafpad: leafpad $PKGVER (Text Editor)  
leafpad:  
leafpad: Leafpad is the standard text editor of LXDE. It is a simple, 
leafpad: lightweight, and fast GTK+ text editor for Unix systems with few 
leafpad: dependencies on external libraries. It is an example of computing 
leafpad: minimalism featuring a fast, almost instantaneous startup time on 
leafpad: most modern hardware. Recent versions support printing.  
leafpad: 
leafpad: http://tarot.freeshell.org/leafpad/
leafpad: http://savannah.nongnu.org/projects/leafpad
leafpad:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-chooser"
	pkg_build_autoconf && pkg_build_slackdesc &&
	rm /usr/share/icons/hicolor/icon-theme.cache
}


