ports: Add libogg port

This commit is contained in:
2025-11-02 21:14:11 +02:00
parent 9233049356
commit c9159b81c8
2 changed files with 31 additions and 0 deletions

11
ports/libogg/build.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash ../install.sh
NAME='libogg'
VERSION='1.3.6'
DOWNLOAD_URL="https://github.com/xiph/ogg/releases/download/v$VERSION/libogg-$VERSION.tar.gz#83e6704730683d004d20e21b8f7f55dcb3383cdf84c0daedf30bde175f774638"
CONFIG_SUB=('config.sub')
post_install() {
# remove libtool file
rm -f $BANAN_SYSROOT/usr/lib/libogg.la
}