mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
live555: provide live555.pc file
This commit is contained in:
@@ -5,7 +5,7 @@ applications using various audio and video codecs."
|
||||
HOMEPAGE="http://www.live555.com/liveMedia/"
|
||||
COPYRIGHT="Live Networks, Inc."
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://github.com/xanview/live555/archive/eda27a2d0fbf8ad25d7222f48154f62d72932962.tar.gz"
|
||||
CHECKSUM_SHA256="bca897eb4d48957ed030ea3ffe42c0fd2d01b105d3ce8f61b5fbb79e1f3e1529"
|
||||
SOURCE_DIR="live555-eda27a2d0fbf8ad25d7222f48154f62d72932962"
|
||||
@@ -96,6 +96,20 @@ INSTALL()
|
||||
|
||||
# No need to call prepareInstalledDevelLibs
|
||||
|
||||
mkdir -p $developLibDir/pkgconfig
|
||||
cat > $developLibDir/pkgconfig/live555.pc << EOF
|
||||
prefix=${prefix}
|
||||
exec_prefix=${prefix}
|
||||
libdir=${libDir}
|
||||
includedir=${includeDir}
|
||||
|
||||
Name: live555
|
||||
Description: multimedia RTSP streaming library
|
||||
Version: $portVersion
|
||||
Libs: -L${developLibDir} -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment
|
||||
Cflags: -I${includeDir}/liveMedia -I${includeDir}/groupsock -I${includeDir}/BasicUsageEnvironment -I${includeDir}/UsageEnvironment
|
||||
EOF
|
||||
|
||||
# devel package
|
||||
packageEntries devel $developDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user