# HG changeset patch # User Christopher Rogers # Date 1299371683 0 # Node ID 37e45ecc368df652e333705f1fa4ca8bc13f5d1c # Parent 6ebc51f1e1da27072e9dd8ca8c0994d4cd7fcc18 Up: icu to 4.6. diff -r 6ebc51f1e1da -r 37e45ecc368d icu-dev/receipt --- a/icu-dev/receipt Sun Mar 06 00:11:04 2011 +0000 +++ b/icu-dev/receipt Sun Mar 06 00:34:43 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="icu-dev" -VERSION="4.4.2" +VERSION="4.6" CATEGORY="development" SHORT_DESC="Devel files for ICU lib." DEPENDS="icu gcc-lib-base" diff -r 6ebc51f1e1da -r 37e45ecc368d icu/receipt --- a/icu/receipt Sun Mar 06 00:11:04 2011 +0000 +++ b/icu/receipt Sun Mar 06 00:34:43 2011 +0000 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="icu" -VERSION="4.4.2" +VERSION="4.6" CATEGORY="system-tools" SHORT_DESC="C/C++ and Java libraries providing Unicode and Globalization." MAINTAINER="pankso@slitaz.org" -TARBALL="icu4c-${VERSION//./_}-src.tgz" +SOURCE="icu4c" +TARBALL="$SOURCE-${VERSION//./_}-src.tgz" WEB_SITE="http://www.icu-project.org/" -#WGET_URL="http://download.icu-project.org/files/icu4c/$VERSION/$TARBALL" -WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL" +WGET_URL="http://download.icu-project.org/files/$SOURCE/$VERSION/$TARBALL" +#WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -16,13 +17,10 @@ cd $src/source sed -i 's/dirname -- /dirname/' configure ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ --disable-tests \ - --disable-samples \ - $CONFIGURE_ARGS && - make -j 4 && - make DESTDIR=$WOK/$PACKAGE/icu-$VERSION/_pkg install + --disable-samples && + make && + make DESTDIR=$WOK/$PACKAGE/$PACKAGE-$VERSION/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.