Browse Source

Update manifest

pull/2/head
Viktor Villainov 6 years ago
parent
commit
e94c77fa78
  1. 12
      website.i2pd.i2pd.json

12
website.i2pd.i2pd.json

@ -9,7 +9,8 @@ @@ -9,7 +9,8 @@
"--socket=wayland",
"--share=ipc",
"--share=network",
"--device=dri"],
"--device=dri"
],
"cleanup": [
"/cache",
"/share/doc", "/share/man", "/bin/openssl", "/bin/upnpc", "/bin/c_rehash", "/bin/external-ip",
@ -36,7 +37,7 @@ @@ -36,7 +37,7 @@
"buildsystem": "simple",
"build-commands": [
"./config --prefix=/app --openssldir=/app/ssl shared zlib",
"make",
"make -j $FLATPAK_BUILDER_N_JOBS",
"make install"
],
"sources": [
@ -49,11 +50,8 @@ @@ -49,11 +50,8 @@
},
{
"name": "miniupnpc",
"buildsystem": "simple",
"build-commands": [
"make",
"INSTALLPREFIX=/app make install"
],
"no-autogen": true,
"make-install-args": ["INSTALLPREFIX=/app"],
"sources": [
{
"type": "archive",

Loading…
Cancel
Save