# HG changeset patch # User Pascal Bellard # Date 1223148882 0 # Node ID d740174ffa18032b211de2e46756fd61f1f4dc18 # Parent 509971350c3bc53d8a259c0f2a3e7f377177d4d3 icu: update VERSION diff -r 509971350c3b -r d740174ffa18 icu-dev/receipt --- a/icu-dev/receipt Sat Oct 04 19:33:42 2008 +0000 +++ b/icu-dev/receipt Sat Oct 04 19:34:42 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="icu-dev" -VERSION="4c-4_0_d02" +VERSION="4c-4_0" CATEGORY="development" SHORT_DESC="Devel files for ICU lib." WANTED="icu" diff -r 509971350c3b -r d740174ffa18 icu/receipt --- a/icu/receipt Sat Oct 04 19:33:42 2008 +0000 +++ b/icu/receipt Sat Oct 04 19:34:42 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="icu" -VERSION="4c-4_0_d02" +VERSION="4c-4_0" CATEGORY="system-tools" SHORT_DESC="C/C++ and Java libraries providing Unicode and Globalization." MAINTAINER="pankso@slitaz.org" @@ -19,8 +19,8 @@ --disable-extras \ --disable-tests \ --disable-samples \ - $CONFIGURE_ARGS - make + $CONFIGURE_ARGS && + make && make DESTDIR=$WOK/$PACKAGE/icu-$VERSION/_pkg install }