Skip to content

Commit

Permalink
twolame: remove libtool file, enable x86_64.
Browse files Browse the repository at this point in the history
* fix devel provide version.
  • Loading branch information
korli committed Dec 4, 2016
1 parent 627ff31 commit bdfabca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions media-sound/twolame/twolame-0.3.13.recipe
Expand Up @@ -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="
Expand All @@ -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
Expand Down Expand Up @@ -68,6 +68,8 @@ INSTALL()
{
make install

rm $libDir/libtwolame.la

prepareInstalledDevelLib libtwolame
fixPkgconfig

Expand Down

0 comments on commit bdfabca

Please sign in to comment.