wok diff clucene/receipt @ rev 10315

edje: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 23:52:04 2011 +0000 (2011-05-21)
parents cf088243a4a5
children 8387b6915400
line diff
     1.1 --- a/clucene/receipt	Mon Feb 14 18:23:12 2011 +0100
     1.2 +++ b/clucene/receipt	Sat May 21 23:52:04 2011 +0000
     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