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

Loading…
Cancel
Save