lpsolve: put headers in their own directory.

* LibreOffice expects to find them there.
This commit is contained in:
Kacper Kasper
2017-01-06 00:13:28 +01:00
parent a4351a68f3
commit f0dc79fee7

View File

@@ -7,7 +7,7 @@ special ordered sets (SOS) models."
HOMEPAGE="http://sourceforge.net/projects/lpsolve/"
COPYRIGHT="2006-2016 Michael Berkelaar, Kjell Eikland, Peter Notebaert"
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/lpsolve/lpsolve/$portVersion/lp_solve_${portVersion}_source.tar.gz"
CHECKSUM_SHA256="fb43ae8ad3bb4cee617863f7fc03b26ccc0ff7946a9cc4665cb9afa04c0a1cab"
SOURCE_DIR="lp_solve_5.5"
@@ -52,10 +52,10 @@ BUILD()
INSTALL()
{
mkdir -p $binDir $libDir $includeDir
mkdir -p $binDir $libDir $includeDir/lpsolve
install lp_solve/bin/ux*/lp_solve $binDir/
install lpsolve55/bin/ux*/liblpsolve55.so $libDir/
install lp*.h $includeDir/
install lp*.h $includeDir/lpsolve/
prepareInstalledDevelLibs liblpsolve55