contrib/leafpad/Pkgfile

19 lines
452 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
2014-05-18 20:31:06 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: gtk xorg-libxdamage
2008-01-04 13:01:14 +01:00
name=leafpad
2011-01-31 20:33:06 +01:00
version=0.8.18.1
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 -r $PKG/usr/share/locale
2008-01-04 13:01:14 +01:00
}