mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libspatialindex: fix libdir for secondary arch
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="Extensible framework that supports robust spatial indexing methods
|
||||
HOMEPAGE="https://libspatialindex.org/"
|
||||
COPYRIGHT="Marios Hadjieleftheriou"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libspatialindex/libspatialindex/releases/download/$portVersion/spatialindex-src-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="4a529431cfa80443ab4dcd45a4b25aebbabe1c0ce2fa1665039c80e999dcc50a"
|
||||
SOURCE_DIR="spatialindex-src-$portVersion"
|
||||
@@ -69,6 +69,11 @@ INSTALL()
|
||||
mv $prefix/include/spatialindex $includeDir
|
||||
rm -rf $prefix/include
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
mkdir -p $libDir
|
||||
mv $prefix/lib/*.so* $libDir
|
||||
fi
|
||||
|
||||
prepareInstalledDevelLibs libspatialindex libspatialindex_c
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user