mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libraqm, disable static library, remove libtool file (#8396)
This commit is contained in:
@@ -9,16 +9,19 @@ HOMEPAGE="https://github.com/HOST-Oman/libraqm/"
|
||||
COPYRIGHT="2015 Information Technology Authority
|
||||
2016 Khaled Hosny"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/HOST-Oman/libraqm/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="52cb1d0dcb09b2bbc50c2c347e9581191baacfd3dce3ae3f45b52ab038f946a8"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
libraqm$secondaryArchSuffix = $portVersion
|
||||
lib:libraqm$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
lib:libraqm$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -30,7 +33,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libraqm${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libraqm$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
devel:libraqm$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libraqm$secondaryArchSuffix == $portVersion base
|
||||
@@ -58,7 +61,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -66,7 +69,10 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs libraqm
|
||||
# remove libtool file
|
||||
rm -f $libDir/libraqm.la
|
||||
|
||||
prepareInstalledDevelLib libraqm
|
||||
fixPkgconfig
|
||||
|
||||
#devel Package
|
||||
|
||||
Reference in New Issue
Block a user