contrib/leafpad/Pkgfile

19 lines
440 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-14 13:07:47 +02:00
# Maintainer: Victor Martinez, gandhul at ono dot com
2008-01-04 13:01:14 +01:00
# Depends on: gtk
name=leafpad
2008-04-02 10:49:52 +02:00
version=0.8.14
release=1
2008-01-04 13:01:14 +01:00
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
2008-04-02 10:49:52 +02:00
rm -rf $PKG/usr/share/{locale,icons}
2008-01-04 13:01:14 +01:00
}