mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
vorbis_tools: fix build
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
SUMMARY="Tools for using the Ogg Vorbis sound file format"
|
||||
DESCRIPTION="
|
||||
vorbis-tools - tools for using the Ogg Vorbis sound file format."
|
||||
DESCRIPTION="vorbis-tools - tools for using the Ogg Vorbis sound file format."
|
||||
HOMEPAGE="http://www.vorbis.com/"
|
||||
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"
|
||||
LICENSE="GNU GPL v2"
|
||||
@@ -8,7 +7,7 @@ REVISION="3"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
|
||||
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
|
||||
SOURCE_DIR="vorbis-tools-$portVersion"
|
||||
PATCHES="vorbis_tools-1.4.0.patch"
|
||||
PATCHES="vorbis_tools-$portVersion.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -72,5 +71,5 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
rm $prefix/lib
|
||||
rm -rf $prefix/lib
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user