# Maintainer: PktSurf app=icu version=73.2 build=1sml homepage="http://www.icu-project.org/" download="https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-src.tgz" desc="International Components for Unicode" requires="gcc-libs python3" prepbuilddir() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions } build() { cd source ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ --docdir="/usr/share/doc/$app-$version" \ --disable-tests \ --disable-samples \ --disable-static make make install DESTDIR=$pkg mkfinalpkg } sha512sums=" 56f53e8edc0c2890bee6ddeb1ea9abac569b90094c4bcecd378cced09d245dfd87cf34f408c997dc7bdf712a4240e50f8b040be0aed2bc1a7db8620e71392ef4 icu-73.2.tar.lz "