wok-next diff clucene/receipt @ rev 10947
Up apache (Security fix: range DOS)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 31 16:33:43 2011 +0200 (2011-08-31) |
parents | cf088243a4a5 |
children | 8387b6915400 |
line diff
1.1 --- a/clucene/receipt Mon Feb 14 18:23:12 2011 +0100 1.2 +++ b/clucene/receipt Wed Aug 31 16:33:43 2011 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 SOURCE="clucene-core" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="http://sourceforge.net/projects/clucene/" 1.7 -WGET_URL="http://downloads.sourceforge.net/clucene/$TARBALL" 1.8 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.9 TAGS="text indexing" 1.10 1.11 # Rules to configure and make the package. 1.12 @@ -31,6 +31,5 @@ 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 - strip -s $fs/usr/lib/* 1.17 } 1.18