mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-29 18:54:39 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
29
shared-modules/linux-audio/dssi.json
Normal file
29
shared-modules/linux-audio/dssi.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "dssi",
|
||||
"rm-configure": true,
|
||||
"config-opts": [
|
||||
"--disable-static"
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin",
|
||||
"/include",
|
||||
"/lib/dssi",
|
||||
"/lib/pkgconfig",
|
||||
"/share/man",
|
||||
"*.la"
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "http://download.sf.net/sourceforge/dssi/dssi-1.1.1.tar.gz",
|
||||
"sha256": "f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e"
|
||||
},
|
||||
{
|
||||
"type": "script",
|
||||
"commands": [
|
||||
"autoreconf -fiv"
|
||||
],
|
||||
"dest-filename": "autogen.sh"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue