leafpad: Updated 0.8.13-2 -> 0.8.14-1

This commit is contained in:
Jose V Beneyto 2008-04-02 10:49:52 +02:00
parent 6b3f05fd21
commit 67084db39b
2 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
b946964501b984e975025d510cfa39e9 leafpad-0.8.13.tar.gz 5f2abed8c880886e8aeb7e1a8d302e4c leafpad-0.8.14.tar.gz

View File

@ -1,12 +1,11 @@
# Description: GTK+ based simple text editor. # Description: GTK+ based simple text editor.
# URL: http://tarot.freeshell.org/leafpad # URL: http://tarot.freeshell.org/leafpad
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net # Maintainer: Victor Martinez, gandhul at ono dot com
# Packager: Victor Martinez, gandhul at ono dot com
# Depends on: gtk # Depends on: gtk
name=leafpad name=leafpad
version=0.8.13 version=0.8.14
release=2 release=1
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz) source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() { build() {
@ -15,5 +14,5 @@ build() {
--enable-chooser --enable-chooser
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -dr {$PKG/usr/share/locale,$PKG/usr/share/icons} rm -rf $PKG/usr/share/{locale,icons}
} }