lpsolve module

Martin Marmsoler martin.marmsoler at gmail.com
Wed Sep 26 21:53:08 UTC 2018


Hello,

I'm trying to create a module for lpsolve, but it does not find any
liblpsolve*.a files in the archive:
When I look into the build folder of the flatpak package, this folder is
always empty. Do I have to specify something extra?
{
"name": "lpsolve",
"buildsystem": "simple",
"build-commands": [
"install -Dm755 liblpsolve*.a /app/lib",
"install -Dm755 liblpsolve*.so /app/lib",
"install -Dm755 *.h /app/include"
],
"sources": [
{
"type": "archive",
   "url": "
https://netcologne.dl.sourceforge.net/project/lpsolve/lpsolve/5.5.2.5/lp_solve_5.5.2.5_dev_ux32.tar.gz
" ,
"sha256": "006ab5604836c8e246dd0ffe7b8a98943846a90fb7c6c87eb5cc961846b16b07"
}
]
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/flatpak/attachments/20180926/62be5106/attachment.html>


More information about the Flatpak mailing list