wok-6.x diff icu/receipt @ rev 9252

Up: p7zip to 9.20.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 14 20:01:48 2011 +0000 (2011-03-14)
parents 32923d047b65
children 98412c30ef3b
line diff
     1.1 --- a/icu/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.2 +++ b/icu/receipt	Mon Mar 14 20:01:48 2011 +0000
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="icu"
     1.7 -VERSION="4.4.2"
     1.8 +VERSION="4.6"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="C/C++ and Java libraries providing Unicode and Globalization."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -TARBALL="icu4c-${VERSION//./_}-src.tgz"
    1.13 +SOURCE="icu4c"
    1.14 +TARBALL="$SOURCE-${VERSION//./_}-src.tgz"
    1.15  WEB_SITE="http://www.icu-project.org/"
    1.16 -#WGET_URL="http://download.icu-project.org/files/icu4c/$VERSION/$TARBALL"
    1.17 -WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL"
    1.18 +WGET_URL="http://download.icu-project.org/files/$SOURCE/$VERSION/$TARBALL"
    1.19 +#WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -16,13 +17,10 @@
    1.24  	cd $src/source
    1.25  	sed -i 's/dirname -- /dirname/' configure
    1.26  	./configure \
    1.27 -		--prefix=/usr \
    1.28 -		--mandir=/usr/share/man \
    1.29  		--disable-tests \
    1.30 -		--disable-samples \
    1.31 -		$CONFIGURE_ARGS &&
    1.32 -	make -j 4 &&
    1.33 -	make DESTDIR=$WOK/$PACKAGE/icu-$VERSION/_pkg install
    1.34 +		--disable-samples &&
    1.35 +	make &&
    1.36 +	make DESTDIR=$WOK/$PACKAGE/$PACKAGE-$VERSION/_pkg install
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.