Removed --sysconfdir option in a lot of build files in base Added preservestaticlibs option in base/argp-standalone Fixed CFLAGS variable in base/{file,grep} Fixed build options in base/gstreamer Fixed LDFLAGS variable in base/less Removed CFLAGS variable in base/libarchive Multiple build option fixes in base/nasm
32 lines
720 B
Text
Executable file
32 lines
720 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/$version.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="" \
|
|
--disable-static \
|
|
--disable-nls
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
f4fe0f31ba1c919961450ac183cd65a4207db9e8b38338705f5f1c239179485bc639273e861db6b547bbe0356b3609bb65200040017a8cc88ef96931c7b6dc11 libbytesize-2.6.tar.lz
|
|
"
|