1
0
forked from ports/contrib

snownews: Updated 1.5.9 -> 1.5.10

This commit is contained in:
Jose V Beneyto 2008-08-04 20:00:44 +02:00
parent 7d13e9a7ae
commit afc1a221af
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
fa75794a3566205bf5a7005d486d9a21 Makefile.patch
0f3dca85a36386a72033b83a202c559e snownews-1.5.9.tar.gz
213a7543bab31a7dfe5a76c173cd5d49 snownews-1.5.10.tar.gz
912cf0bf15e148e69ae5938d16f1728e snownews.1.in.patch

View File

@ -5,7 +5,7 @@
# Depends on: ncurses libxml2 gettext perl
name=snownews
version=1.5.9
version=1.5.10
release=1
source=(http://kiza.kcore.de/software/$name/download/$name-$version.tar.gz \
Makefile.patch $name.1.in.patch)
@ -15,8 +15,7 @@ build() {
patch -p0 -i $SRC/Makefile.patch
patch -p0 -i $SRC/$name.1.in.patch
./configure --prefix=/usr \
--disable-nls \
--charset=UTF-8
--disable-nls
make
make DESTDIR=$PKG install
}