mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-07 23:06:06 +00:00
30 lines
648 B
JSON
30 lines
648 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|