mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY="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/"
|
||||
HOMEPAGE="http://www.vorbis.com/"
|
||||
SOURCE_URI="http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz"
|
||||
CHECKSUM_SHA256="a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a05d22bc"
|
||||
REVISION="2"
|
||||
@@ -34,9 +34,9 @@ REQUIRES="
|
||||
lib:libvorbisfile$secondaryArchSuffix
|
||||
lib:libvorbisenc$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
@@ -65,11 +65,11 @@ BUILD_PREREQUIRES="
|
||||
|
||||
PATCHES="vorbis_tools-1.4.0.patch"
|
||||
|
||||
SOURCE_DIR="vorbis-tools-$portVersion"
|
||||
SOURCE_DIR="vorbis-tools-$portVersion"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
||||
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
automake
|
||||
|
||||
Reference in New Issue
Block a user