vorbis_tools: fix build

This commit is contained in:
Sergei Reznikov
2017-06-18 18:28:48 +03:00
parent 98ca0d0e4e
commit 048c78f707

View File

@@ -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
}