smlinux/base/libbytesize/libbytesize.SMBuild
PktSurf 887b96a3e3 Added dmraid, iniparser, mozjs, libatasmart, libblockdev, libbytesize,
libyaml, ndctl, polkit, udisks to base and updated base build list
Fixed base/gcc-libs build file
Removed old incomplete base/rust build file
2022-02-28 09:37:31 +05:30

33 lines
739 B
Text
Executable file

app=libbytesize
version=2.6
build=1sml
homepage="https://github.com/rhinstaller/libbytesize"
download="https://github.com/storaged-project/libbytesize/archive/refs/tags/2.6.tar.gz"
desc="Library for working with big sizes in bytes"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
NOCONFIGURE=1 ./autogen.sh
./configure \
--prefix="" \
--sysconfdir=/etc \
--disable-static \
--disable-nls
make
make install DESTDIR=$pkg
mkfinalpkg
}
sha512sums="
f4fe0f31ba1c919961450ac183cd65a4207db9e8b38338705f5f1c239179485bc639273e861db6b547bbe0356b3609bb65200040017a8cc88ef96931c7b6dc11 libbytesize-2.6.tar.lz
"