wok-current rev 9138
Up: icu to 4.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 06 00:34:43 2011 +0000 (2011-03-06) |
parents | 6ebc51f1e1da |
children | 5836cf9d216a |
files | icu-dev/receipt icu/receipt |
line diff
1.1 --- a/icu-dev/receipt Sun Mar 06 00:11:04 2011 +0000 1.2 +++ b/icu-dev/receipt Sun Mar 06 00:34:43 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="icu-dev" 1.7 -VERSION="4.4.2" 1.8 +VERSION="4.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Devel files for ICU lib." 1.11 DEPENDS="icu gcc-lib-base"
2.1 --- a/icu/receipt Sun Mar 06 00:11:04 2011 +0000 2.2 +++ b/icu/receipt Sun Mar 06 00:34:43 2011 +0000 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="icu" 2.7 -VERSION="4.4.2" 2.8 +VERSION="4.6" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="C/C++ and Java libraries providing Unicode and Globalization." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -TARBALL="icu4c-${VERSION//./_}-src.tgz" 2.13 +SOURCE="icu4c" 2.14 +TARBALL="$SOURCE-${VERSION//./_}-src.tgz" 2.15 WEB_SITE="http://www.icu-project.org/" 2.16 -#WGET_URL="http://download.icu-project.org/files/icu4c/$VERSION/$TARBALL" 2.17 -WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL" 2.18 +WGET_URL="http://download.icu-project.org/files/$SOURCE/$VERSION/$TARBALL" 2.19 +#WGET_URL="http://www.sfr-fresh.com/unix/misc/$TARBALL" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 @@ -16,13 +17,10 @@ 2.24 cd $src/source 2.25 sed -i 's/dirname -- /dirname/' configure 2.26 ./configure \ 2.27 - --prefix=/usr \ 2.28 - --mandir=/usr/share/man \ 2.29 --disable-tests \ 2.30 - --disable-samples \ 2.31 - $CONFIGURE_ARGS && 2.32 - make -j 4 && 2.33 - make DESTDIR=$WOK/$PACKAGE/icu-$VERSION/_pkg install 2.34 + --disable-samples && 2.35 + make && 2.36 + make DESTDIR=$WOK/$PACKAGE/$PACKAGE-$VERSION/_pkg install 2.37 } 2.38 2.39 # Rules to gen a SliTaz package suitable for Tazpkg.