smlinux/base/libogg/libogg.SMBuild
PktSurf 761d688cd9 Converted most source tarballs in base to lzip format ending with .tar.lz, updated SHA512 sums in affected build files
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
2022-10-04 19:59:37 +05:30

30 lines
570 B
Text
Executable file

app=libogg
version=1.3.4
build=1sml
homepage="https://xiph.org/ogg/"
desc="Library for manipulating ogg bitstreams"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
76fd0af0708dda9c84550945d314eb002f141d941dcf71a6942dd76d2f62a6eebfaa6469f1f5807bb69976181cd9a0f3076ddbd5c43e7f08217b1102d784aafc libogg-1.3.4.tar.lz
"