description="A notepad clone for GTK+ 2.0"
url="http://tarot.freeshell.org/leafpad/"

packager="tnut <tnut@nutyx.org>"
contributors="Fanch"

makedepends=(gtk2)
run=(desktop-file-utils)

name=leafpad
version=0.8.18.1
release=3

source=(http://download.savannah.gnu.org/releases/${name}/${name}-${version}.tar.gz)

build(){
cd $name-$version
./configure --prefix=/usr --enable-chooser
make
make DESTDIR=$PKG install
echo 'StartupNotify=true' >> ${PKG}/usr/share/applications/leafpad.desktop
} 
