mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libopenmpt_modplug, disable static library, cleanup (#8388)
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="https://openmpt.org/"
|
||||
COPYRIGHT="2004-2020 OpenMPT contributors
|
||||
1997-2003 Olivier Lapicque"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://lib.openmpt.org/files/libopenmpt-modplug/libopenmpt-modplug-$portVersion-openmpt1.tar.gz"
|
||||
CHECKSUM_SHA256="ecce1a0eecfdb0b5824cab89c270dce59596295a2c17c2b043215ecf4d7c4ff7"
|
||||
SOURCE_DIR="libopenmpt-modplug-$portVersion-openmpt1"
|
||||
@@ -54,13 +54,13 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
defineDebugInfoPackage libopenmpt_modplug$secondaryArchSuffix \
|
||||
$libDir/libopenmpt_modplug.so.$libopenmpt_modplugVersion \
|
||||
$libDir/libopenmpt_modplug.so.$libopenmpt_modplugVersion
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure \
|
||||
--enable-libopenmpt_modplug
|
||||
|
||||
--enable-libopenmpt_modplug \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -71,13 +71,18 @@ INSTALL()
|
||||
mkdir -p $includeDir
|
||||
cp -r libmodplug $includeDir
|
||||
|
||||
# remove libtool file
|
||||
rm $libDir/libopenmpt_modplug.la
|
||||
|
||||
# remove LICENSE
|
||||
rm -rf $documentationDir
|
||||
|
||||
prepareInstalledDevelLib libopenmpt_modplug
|
||||
rm $developLibDir/*.la
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir $docDir
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
|
||||
Reference in New Issue
Block a user