serenity/Ports/libogg/package.sh

10 lines
327 B
Bash
Raw Normal View History

#!/usr/bin/env -S bash ../.port_include.sh
port=libogg
2022-01-05 23:35:50 +01:00
version=1.3.5
useconfigure=true
configopts=("--disable-static" "--enable-shared")
use_fresh_config_sub=true
2023-07-10 13:10:29 +02:00
files=(
"https://github.com/xiph/ogg/releases/download/v${version}/libogg-${version}.tar.gz#0eb4b4b9420a0f51db142ba3f9c64b333f826532dc0f48c6410ae51f4799b664"
2023-07-10 13:10:29 +02:00
)