smlinux/base/icu/icu.SMBuild
PktSurf a6bc50adc7 Added elfutils and fuse to base
Removed build options that placed elf binaries in /bin
Removed executable bit from some build files
2024-10-29 15:25:51 +05:30

37 lines
842 B
Text

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=icu
version=72.1
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="
c60f9caa263c6d4e920ae573c3245a86f8778637392dc7fbd17c4d1162997c7628beec18fc60bc22962b211aa0d522cbbbf86221cf6ae772369602a300cee09d icu-72.1.tar.lz
"