mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-06 14:26:07 +00:00
37 lines
825 B
JSON
37 lines
825 B
JSON
{
|
|
"name": "lame",
|
|
"rm-configure": true,
|
|
"config-opts": ["--disable-static"],
|
|
"sources": [
|
|
{
|
|
"type": "archive",
|
|
"url": "https://downloads.sourceforge.net/lame/lame-3.99.5.tar.gz",
|
|
"sha256": "24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "lame-msse.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "lame-gtk1-ac-directives.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "lame-ansi2knr2devnull.patch"
|
|
},
|
|
{
|
|
"type": "patch",
|
|
"path": "lame-tinfo.patch",
|
|
"strip-components": 0
|
|
},
|
|
{
|
|
"type": "script",
|
|
"dest-filename": "autogen.sh",
|
|
"commands": [
|
|
"autoreconf -vfi"
|
|
]
|
|
}
|
|
],
|
|
"cleanup": ["/bin", "/include", "/share/doc", "/share/man", "*.la"]
|
|
}
|