Recipe cosmetics.

*	nano
	Single quotes (') mustn't be escaped (\')
	Re-orderd blocks

*	ahem
	Single quotes (') mustn't be escaped (\')
	No tabs allowed
	Re-orderd blocks

*	mpeg123
	Improved spelling
	Re-orderd blocks
This commit is contained in:
Humdinger
2015-08-09 10:55:41 +02:00
parent 6eb589b22a
commit 7683bcde43
4 changed files with 48 additions and 55 deletions

View File

@@ -1,19 +1,17 @@
SUMMARY="Fast console MPEG Audio Player and decoder library"
DESCRIPTION="
mpg123 is the fast and Free console based real time MPEG Audio Player for \
Layer 1, 2 and 3.
"
SUMMARY="A fast console MPEG audio player and decoder library"
DESCRIPTION="mpg123 is the fast and Free console based real time MPEG audio \
Player for layer 1, 2 and 3."
HOMEPAGE="http://www.mpg123.org/"
COPYRIGHT="1995-2009 Michael Hipp and others"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="http://sourceforge.net/projects/mpg123/files/mpg123/$portVersion/mpg123-$portVersion.tar.bz2"
CHECKSUM_SHA256="23d2a843c3efc746a326eb4e56d5488b4c67fa6c3c7c71f4d26d98ee4c1f5c2d"
REVISION="1"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1995-2009 Michael Hipp and others"
PATCHES="mpg123-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
PATCHES="mpg123-$portVersion.patchset"
PROVIDES="
mpg123$secondaryArchSuffix = $portVersion
lib:libmpg123$secondaryArchSuffix = 0.41.1 compat >= 0
@@ -22,12 +20,20 @@ PROVIDES="
cmd:mpg123_strip$secondaryArchSuffix
cmd:out123$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libltdl$secondaryArchSuffix
"
PROVIDES_devel="
mpg123${secondaryArchSuffix}_devel = $portVersion
devel:libmpg123$secondaryArchSuffix = 0.41.1 compat >= 0
"
REQUIRES_devel="
haiku$secondaryArchSuffix
mpg123$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -58,13 +64,3 @@ INSTALL()
fixPkgconfig
packageEntries devel $developDir
}
PROVIDES_devel="
mpg123${secondaryArchSuffix}_devel = $portVersion
devel:libmpg123$secondaryArchSuffix = 0.41.1 compat >= 0
"
REQUIRES_devel="
haiku$secondaryArchSuffix
mpg123$secondaryArchSuffix == $portVersion base
"