mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libvorbis: _devel depends on libogg_devel.
* remove libtool files.
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user