contrib/leafpad/Pkgfile
2008-05-15 08:39:20 +02:00

19 lines
440 B
Plaintext

# Description: GTK+ based simple text editor.
# URL: http://tarot.freeshell.org/leafpad
# Maintainer: Victor Martinez, pitillo at ono dot com
# Depends on: gtk
name=leafpad
version=0.8.14
release=1
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-chooser
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{locale,icons}
}