almp3, don't build/install static library (#8234)

This commit is contained in:
Schrijvers Luc
2023-04-02 15:05:49 +02:00
committed by GitHub
parent bc99bd6840
commit 07ab5ec707

View File

@@ -5,7 +5,7 @@ mpg123 that is optimized for the x86 platform in SIMD assembly."
HOMEPAGE="http://icculus.org/~eviltypeguy/pkg/almp3/"
COPYRIGHT="2001-2005 Javier Gonzalez"
LICENSE="GNU LGPL v2.1"
REVISION="3"
REVISION="4"
SOURCE_URI="http://icculus.org/~eviltypeguy/pkg/almp3/almp3-$portVersion.tar.bz2"
CHECKSUM_SHA256="149af1a5ee06b5d7d5a52152db0e35ad6de8dfdd9d281fdac52728ef5d438d70"
SOURCE_DIR="almp3"
@@ -41,17 +41,11 @@ BUILD_PREREQUIRES="
BUILD()
{
make $jobArgs TARGET=HAIKU_STATIC
make $jobArgs TARGET=HAIKU_DYNAMIC
}
INSTALL()
{
make install TARGET=HAIKU_STATIC \
includedir="$includeDir" \
docdir="$docDir" \
libdir="$libDir" \
INSTALL="install -c"
make install TARGET=HAIKU_DYNAMIC \
includedir="$includeDir" \
docdir="$docDir" \