icu.guncellendi
This commit is contained in:
parent
9ae74f67a3
commit
7c958e9aa0
|
@ -4,13 +4,13 @@
|
||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=icu
|
name=icu
|
||||||
version=56.1
|
version=58.2
|
||||||
release=1
|
release=1
|
||||||
source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz)
|
source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name/source
|
cd $name/source
|
||||||
CC=gcc CXX=g++ ./configure --prefix=/usr
|
CC=gcc CXX=g++ ./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make prefix=$PKG/usr install
|
make prefix=$PKG/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue