mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
a52dec, disable static library, cleanup (#7599)
This commit is contained in:
@@ -7,7 +7,7 @@ includes a demultiplexer for MPEG-1 and MPEG-2 program streams."
|
||||
HOMEPAGE="http://liba52.sourceforge.net/"
|
||||
COPYRIGHT="1999-2002 Aaron Holtzman & Michel Lespinasse"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="5"
|
||||
REVISION="6"
|
||||
SOURCE_URI="http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz"
|
||||
CHECKSUM_SHA256="a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33"
|
||||
PATCHES="a52dec-$portVersion.patch"
|
||||
@@ -30,11 +30,11 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
a52dec${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:liba52$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
a52dec${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:liba52$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
a52dec$secondaryArchSuffix == $portVersion base
|
||||
a52dec$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -53,7 +53,8 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --enable-shared
|
||||
runConfigure ./configure --enable-shared \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -65,10 +66,11 @@ INSTALL()
|
||||
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
rm -rf $binDir
|
||||
rm -rf $manDir
|
||||
fi
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs liba52
|
||||
prepareInstalledDevelLib liba52
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user