libvorbis: _devel depends on libogg_devel.

* remove libtool files.
This commit is contained in:
Jerome Duval
2015-05-17 17:24:20 +00:00
parent ae5c3838e7
commit aefa6a2808

View File

@@ -15,7 +15,7 @@ LICENSE="BSD (3-clause)"
COPYRIGHT="1994-2010 Xiph.Org Foundation"
SRC_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-$portVersion.tar.gz"
CHECKSUM_SHA256="6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -61,6 +61,8 @@ BUILD()
INSTALL()
{
make install
rm $libDir/libvorbis*.la
prepareInstalledDevelLibs libvorbis libvorbisenc libvorbisfile
fixPkgconfig
@@ -81,4 +83,5 @@ PROVIDES_devel="
"
REQUIRES_devel="
libvorbis$secondaryArchSuffix == $portVersion
devel:libogg$secondaryArchSuffix
"