mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libschroedinger: fix headers install path
This commit is contained in:
@@ -15,7 +15,7 @@ plugins."
|
||||
HOMEPAGE="http://www.diracvideo.org"
|
||||
COPYRIGHT="2006 BBC and Fluendo"
|
||||
LICENSE="MIT"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://diracvideo.org/download/schroedinger/schroedinger-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912"
|
||||
PATCHES="schroedinger-$portVersion.patchset"
|
||||
@@ -38,6 +38,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
schroedinger$secondaryArchSuffix == $portVersion base
|
||||
devel:liborc_0.4$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -66,6 +67,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
mv $includeDir/schroedinger-1.0/schroedinger $includeDir/schroedinger
|
||||
rm -rf $includeDir/schroedinger-1.0
|
||||
prepareInstalledDevelLibs libschroedinger-1.0
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user