smlinux/base/lzo/lzo.SMBuild
PktSurf 2818c6283f Fixed documentation directory-related build options in several build files
Removed extraneous README file in extra/FEH
Discarded DEBUG=0 build flag in extra/cmus
2023-03-30 20:30:49 +05:30

33 lines
747 B
Text
Executable file

app=lzo
version=2.10
build=2sml
homepage="http://www.oberhumer.com/opensource/lzo/"
download="http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz"
desc="portable lossless data compression library written in ANSI C"
requires="musl"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix="" \
--docdir="/share/doc/$app-$version" \
--enable-shared=yes \
--enable-static=no
make
make install DESTDIR=$pkg
mkfinalpkg
}
sha512sums="
306d6e076d8571b117f4d833aca303af0fafd5c8a798750bbec95eb6c10479ede2a013e6b7519835e2a036d273e00533dde0109052567e5fa809fbd58a2a3ec2 lzo-2.10.tar.lz
"