From 048c78f707dfd3995d200c5e79af59a349081306 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 18 Jun 2017 18:28:48 +0300 Subject: [PATCH] vorbis_tools: fix build --- media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe b/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe index 55306af92..c4f8015ce 100644 --- a/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe +++ b/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe @@ -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 }