contrib/leafpad/Pkgfile

20 lines
480 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
2008-10-02 22:01:05 +02:00
version=0.8.15
2008-10-04 22:33:48 +02:00
release=2
2008-01-04 13:01:14 +01:00
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
2008-10-02 22:01:05 +02:00
cd $name-$version
./configure --prefix=/usr \
--enable-chooser
make
make DESTDIR=$PKG install
rm -r {$PKG/usr/share/locale,$PKG/usr/share/icons}
2008-01-04 13:01:14 +01:00
}