contrib/leafpad/Pkgfile

19 lines
456 B
Plaintext
Raw Normal View History

2008-01-04 13:01:14 +01:00
# Description: GTK+ based simple text editor.
# URL: http://tarot.freeshell.org/leafpad
2008-05-15 08:39:20 +02:00
# Maintainer: Victor Martinez, pitillo at ono dot com
2008-01-04 13:01:14 +01:00
# Depends on: gtk
name=leafpad
2009-11-02 15:30:14 +01:00
version=0.8.17
2009-03-24 09:19:30 +01:00
release=1
2008-01-04 13:01:14 +01:00
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
2009-11-02 15:32:08 +01:00
cd $name-$version
./configure --prefix=/usr \
--enable-chooser
make
make DESTDIR=$PKG install
rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons}
2008-01-04 13:01:14 +01:00
}