mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 08:05:45 -04:00
Build: Add Flatpak manifest and scripts
This commit is contained in:
22
scripts/flatpak/modules/21-libbacktrace.json
Normal file
22
scripts/flatpak/modules/21-libbacktrace.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "libbacktrace",
|
||||
"buildsystem": "autotools",
|
||||
"no-autogen": true,
|
||||
"build-options": {
|
||||
"strip": false,
|
||||
"no-debuginfo": true
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/ianlancetaylor/libbacktrace.git",
|
||||
"commit": "ad106d5fdd5d960bd33fae1c48a351af567fd075"
|
||||
}
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/*.a",
|
||||
"/lib/*.la"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user