mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
lpsolve: put headers in their own directory.
* LibreOffice expects to find them there.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user