leafpad: Updated to 0.8.15

This commit is contained in:
Victor Martinez 2008-10-02 22:01:05 +02:00
parent a8aa55fd29
commit 7921dc9988
2 changed files with 9 additions and 8 deletions

View File

@ -1 +1 @@
5f2abed8c880886e8aeb7e1a8d302e4c leafpad-0.8.14.tar.gz
f3570c052f4987f4122cd48d2c629f64 leafpad-0.8.15.tar.gz

View File

@ -4,15 +4,16 @@
# Depends on: gtk
name=leafpad
version=0.8.14
version=0.8.15
release=1
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
rm -rf $PKG/usr/share/{locale,icons}
cd $name-$version
./configure --prefix=/usr \
--enable-chooser
make
make DESTDIR=$PKG install
rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons}
}