From f0dc79fee74e2874d3205b283d8e735a74ccc757 Mon Sep 17 00:00:00 2001 From: Kacper Kasper Date: Fri, 6 Jan 2017 00:13:28 +0100 Subject: [PATCH] lpsolve: put headers in their own directory. * LibreOffice expects to find them there. --- sci-mathematics/lpsolve/lpsolve-5.5.2.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.3.recipe b/sci-mathematics/lpsolve/lpsolve-5.5.2.3.recipe index b00f7fd9f..741123a27 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.3.recipe +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.3.recipe @@ -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