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-04-02 10:49:52 +02:00
|
|
|
release=1
|
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 -dr {$PKG/usr/share/locale,$PKG/usr/share/icons}
|
2008-01-04 13:01:14 +01:00
|
|
|
}
|