wok-next diff icu/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children e19ff076dc63
line diff
     1.1 --- a/icu/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/icu/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="60.2"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="International Components for Unicode"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10  WEB_SITE="http://site.icu-project.org/"
    1.11  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/icu.html"
    1.12 @@ -19,7 +19,8 @@
    1.13  WGET_URL="svn|http://source.icu-project.org/repos/icu/tags/release-${VERSION//./-}/"
    1.14  
    1.15  BUILD_DEPENDS="subversion"
    1.16 -SPLIT="libicu icu icu-dev libicu-full:full icu-full:full icu-full-dev:full"
    1.17 +SPLIT="libicu $PACKAGE $PACKAGE-dev \
    1.18 +libicu-full:full $PACKAGE-full:full $PACKAGE-full-dev:full"
    1.19  
    1.20  compile_rules() {
    1.21  #	fix math
    1.22 @@ -31,7 +32,8 @@
    1.23  	fi
    1.24  
    1.25  	./configure $CONFIGURE_ARGS &&
    1.26 -	make && make install
    1.27 +	make &&
    1.28 +	make install
    1.29  }
    1.30  
    1.31  genpkg_rules() {