mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libinstpatch, fix fixPkgconfig (#10819)
* libinstpatch, fix fixPkgconfig * Update media-libs/libinstpatch/libinstpatch-1.1.3.recipe Co-authored-by: Joachim Mairböck <j.mairboeck@gmail.com> --------- Co-authored-by: Joachim Mairböck <j.mairboeck@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ compressed and saved."
|
||||
HOMEPAGE="https://github.com/swami/libinstpatch"
|
||||
COPYRIGHT="1999-2019 Element Green and others"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="libinstpatch-v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="8fcc4e60745539d17f10de1ed0e3d02329509e814c0c672d686d6e972113142b"
|
||||
@@ -71,6 +71,10 @@ INSTALL()
|
||||
prepareInstalledDevelLib libinstpatch-1.0
|
||||
fixPkgconfig
|
||||
|
||||
# fix fixPkgconfig
|
||||
sed -i "s,\/headers$secondaryArchSubDir,\/headers$secondaryArchSubDir/libinstpatch-2,g" \
|
||||
$developLibDir/pkgconfig/libinstpatch-1.0.pc
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
|
||||
Reference in New Issue
Block a user