contrib/leafpad/Pkgfile
2008-04-02 10:49:52 +02:00

19 lines
440 B
Plaintext

# Description: GTK+ based simple text editor.
# URL: http://tarot.freeshell.org/leafpad
# Maintainer: Victor Martinez, gandhul 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}
}