1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:07:44 +00:00

Ports: Add LAME

This commit is contained in:
kleines Filmröllchen 2023-09-16 01:01:11 +02:00 committed by Tim Schumacher
parent 33a545a753
commit e6bcd8aa64
2 changed files with 14 additions and 0 deletions

13
Ports/lame/package.sh Executable file
View file

@ -0,0 +1,13 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='lame'
version='3.100'
useconfigure='true'
use_fresh_config_sub='true'
configopts=(
'--disable-static'
'--enable-shared'
'--enable-dynamic-frontends'
)
files=(
"https://downloads.sourceforge.net/project/lame/lame/${version}/lame-${version}.tar.gz#ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
)