wok-next diff icu/receipt @ rev 20056

qt5: ./configure -no-sse2
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Oct 23 20:07:47 2017 +0200 (2017-10-23)
parents 2f3aba6cc31e
children 6ba36b73ef48
line diff
     1.1 --- a/icu/receipt	Mon Jun 12 11:39:09 2017 +0300
     1.2 +++ b/icu/receipt	Mon Oct 23 20:07:47 2017 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://download.icu-project.org/files/icu4c/$VERSION/icu4c-${VERSION//./_}-src.tgz"
     1.5  TARBALL_MD5="fac212b32b7ec7ab007a12dff1f3aea1"
     1.6  
     1.7 -SPLIT="icu-dev"
     1.8 +SPLIT="libicu icu icu-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -25,8 +25,16 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	case $PACKAGE in
    1.16 +		libicu)
    1.17 +			copy libicuuc.so* libicudata.so*
    1.18 +			CAT="libs|core libraries"
    1.19 +			DEPENDS=" "
    1.20 +			;;
    1.21  		icu)
    1.22  			copy bin/ sbin/ *.so*
    1.23 +			rm $fs/usr/bin/icu-config
    1.24 +			remove_already_packed
    1.25 +			DEPENDS="libicu"
    1.26  			;;
    1.27  		*-dev)
    1.28  			copy @std @dev