mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
protobuf: fix prepareInstalledDevelLibs
This commit is contained in:
@@ -8,7 +8,7 @@ languages – Java, C++, or Python."
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
COPYRIGHT="2008 Google"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
SOURCE_URI="$HOMEPAGE/releases/download/v$portVersion/protobuf-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="cf8452347330834bbf9c65c2e68b5562ba10c95fa40d4f7ec0d2cb332674b0bf"
|
||||
PATCHES="protobuf-$portVersion.patchset"
|
||||
@@ -67,7 +67,7 @@ INSTALL()
|
||||
|
||||
rm $libDir/lib*.la
|
||||
|
||||
prepareInstalledDevelLibs libprotobuf-lite libprotobuf libprotoc
|
||||
prepareInstalledDevelLibs libprotobuf_lite libprotobuf libprotoc
|
||||
fixPkgconfig
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ languages – Java, C++, or Python."
|
||||
HOMEPAGE="https://github.com/google/protobuf"
|
||||
COPYRIGHT="2008-2017 Google"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e53fd5d514169dc80fb38673dc63f4048cebd3e524e49c1663428f89330bda56"
|
||||
PATCHES="protobuf-$portVersion.patchset"
|
||||
@@ -50,7 +50,7 @@ BUILD_PREREQUIRES="
|
||||
defineDebugInfoPackage protobuf$secondaryArchSuffix \
|
||||
$libDir/libprotobuf.so.13.0.2 \
|
||||
$libDir/libprotoc.so.13.0.2 \
|
||||
$libDir/libprotobuf-lite.so.13.0.2
|
||||
$libDir/libprotobuf_lite.so.13.0.2
|
||||
|
||||
|
||||
BUILD()
|
||||
@@ -67,7 +67,7 @@ INSTALL()
|
||||
|
||||
rm $libDir/lib*.la
|
||||
|
||||
prepareInstalledDevelLibs libprotobuf-lite libprotobuf libprotoc
|
||||
prepareInstalledDevelLibs libprotobuf_lite libprotobuf libprotoc
|
||||
fixPkgconfig
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user