milis/talimatname/genel/icu/talimat

17 lines
425 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Unicode Uluslararası Bileşenleri, olgun ve yaygın olarak kullanılan C / C ++ kitaplıkları kümesidir
# URL: http://www.icu-project.org/
# Packager: milisarge
# Depends on:
name=icu
version=56.1
release=1
source=(http://download.$name-project.org/files/icu4c/$version/icu4c-${version//./_}-src.tgz)
build () {
cd $name/source
CC=gcc CXX=g++ ./configure --prefix=/usr
make
make prefix=$PKG/usr install
}