mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 02:07:44 +00:00
Ports: Add LAME
This commit is contained in:
parent
33a545a753
commit
e6bcd8aa64
2 changed files with 14 additions and 0 deletions
13
Ports/lame/package.sh
Executable file
13
Ports/lame/package.sh
Executable 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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue