mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
libebur128: include => develop/headers.
This commit is contained in:
@@ -4,7 +4,7 @@ normalisation. It supports all samplerates by recalculation of the filter coeffi
|
||||
HOMEPAGE="https://github.com/jiixyj/libebur128"
|
||||
COPYRIGHT="2011 Jan Kokemüller"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c60e78f4bfda387a0895c64a4fc9850445e3a4425cc98f9140885966ce17c1d1"
|
||||
SOURCE_FILENAME="$portVersionedName.tar.gz"
|
||||
@@ -31,23 +31,17 @@ REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
# devel:libspeexdsp$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's,include)','"develop/headers")', ebur128/CMakeLists.txt
|
||||
}
|
||||
|
||||
BUILD()
|
||||
{
|
||||
rm -Rf build
|
||||
@@ -62,8 +56,10 @@ INSTALL()
|
||||
cd build
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libebur128
|
||||
fixPkgconfig
|
||||
mkdir -p $(dirname $includeDir)
|
||||
mv $prefix/include $includeDir
|
||||
|
||||
prepareInstalledDevelLib libebur128
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user