mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
twolame: remove libtool file, enable x86_64.
* fix devel provide version.
This commit is contained in:
@@ -5,12 +5,12 @@ portions of LAME."
|
||||
HOMEPAGE="http://www.twolame.org"
|
||||
COPYRIGHT="2004-2006 The TwoLAME Project"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/twolame/twolame-0.3.13.tar.gz"
|
||||
CHECKSUM_SHA256="98f332f48951f47f23f70fd0379463aff7d7fb26f07e1e24e42ddef22cc6112a"
|
||||
PATCHES="twolame-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -28,7 +28,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
twolame${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libtwolame$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libtwolame$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
twolame$secondaryArchSuffix == $portVersion base
|
||||
@@ -68,6 +68,8 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libtwolame.la
|
||||
|
||||
prepareInstalledDevelLib libtwolame
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user