mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
liblo, remove libtool file (#8369)
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2008-2012 Stephen Sinclair
|
||||
2005 Martin Habets
|
||||
2005-2006 Steve Harris"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/liblo/liblo-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2b4f446e1220dcd624ecd8405248b08b7601e9a0d87a0b94730c2907dbccc750"
|
||||
PATCHES="liblo-$portVersion.patchset"
|
||||
@@ -16,12 +16,15 @@ PATCHES="liblo-$portVersion.patchset"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="7.4.1"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
liblo$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:oscdump$secondaryArchSuffix
|
||||
cmd:oscsend$secondaryArchSuffix
|
||||
cmd:oscsendfile$secondaryArchSuffix
|
||||
lib:liblo$secondaryArchSuffix = 7.4.1 compat >= 7
|
||||
lib:liblo$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -29,7 +32,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
liblo${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:liblo$secondaryArchSuffix = 7.4.1 compat >= 7
|
||||
devel:liblo$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
liblo$secondaryArchSuffix == $portVersion base
|
||||
@@ -58,7 +61,10 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
prepareInstalledDevelLibs liblo
|
||||
# remove libtool file
|
||||
rm -f $libDir/liblo.la
|
||||
|
||||
prepareInstalledDevelLib liblo
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
|
||||
Reference in New Issue
Block a user