mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
almp3, don't build/install static library (#8234)
This commit is contained in:
@@ -5,7 +5,7 @@ mpg123 that is optimized for the x86 platform in SIMD assembly."
|
|||||||
HOMEPAGE="http://icculus.org/~eviltypeguy/pkg/almp3/"
|
HOMEPAGE="http://icculus.org/~eviltypeguy/pkg/almp3/"
|
||||||
COPYRIGHT="2001-2005 Javier Gonzalez"
|
COPYRIGHT="2001-2005 Javier Gonzalez"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
SOURCE_URI="http://icculus.org/~eviltypeguy/pkg/almp3/almp3-$portVersion.tar.bz2"
|
SOURCE_URI="http://icculus.org/~eviltypeguy/pkg/almp3/almp3-$portVersion.tar.bz2"
|
||||||
CHECKSUM_SHA256="149af1a5ee06b5d7d5a52152db0e35ad6de8dfdd9d281fdac52728ef5d438d70"
|
CHECKSUM_SHA256="149af1a5ee06b5d7d5a52152db0e35ad6de8dfdd9d281fdac52728ef5d438d70"
|
||||||
SOURCE_DIR="almp3"
|
SOURCE_DIR="almp3"
|
||||||
@@ -41,17 +41,11 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
make $jobArgs TARGET=HAIKU_STATIC
|
|
||||||
make $jobArgs TARGET=HAIKU_DYNAMIC
|
make $jobArgs TARGET=HAIKU_DYNAMIC
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install TARGET=HAIKU_STATIC \
|
|
||||||
includedir="$includeDir" \
|
|
||||||
docdir="$docDir" \
|
|
||||||
libdir="$libDir" \
|
|
||||||
INSTALL="install -c"
|
|
||||||
make install TARGET=HAIKU_DYNAMIC \
|
make install TARGET=HAIKU_DYNAMIC \
|
||||||
includedir="$includeDir" \
|
includedir="$includeDir" \
|
||||||
docdir="$docDir" \
|
docdir="$docDir" \
|
||||||
|
|||||||
Reference in New Issue
Block a user