De-lint recipes.

*	rdesktop
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	rebar
	Removed "." from SUMMARY.
	Added REQUIRES and BUILD_REQUIRES.
	Re-ordered blocks.

*	redoflacs
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	rename
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	rtmpdump
	Improved SUMMARY.
	Re-ordered blocks.

*	rxtx
	Improved SUMMARY.
	Fixed COPRIGHT.
	Re-ordered blocks.

*	scheherazade_font
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	scrittore
	Improved SUMMARY.
	Added REQUIRES and BUILD_REQUIRES.
	Re-ordered blocks.

*	sdl_bomber
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	shredder
	Removed "." from SUMMARY.
	Added BUILD_REQUIRES.
	Re-ordered blocks.

*	simh
	Re-ordered blocks.
	Lint warns of unused patch. I does build without. Remove the patch?

*	snappy
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	spidermonkey
	Removed "." from SUMMARY.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-07-23 08:05:07 +02:00
parent b82c8008b6
commit 1f664e284f
13 changed files with 194 additions and 207 deletions

View File

@@ -1,20 +1,19 @@
SUMMARY="Open source command-line RTMP client intended to stream audio of video flash content"
SUMMARY="Open source command-line RTMP client"
DESCRIPTION="rtmpdump is an open-source command-line RTMP client intended \
to stream audio of video flash content."
HOMEPAGE="http://rtmpdump.mplayerhq.hu/"
LICENSE="
GNU LGPL v2.1
GNU GPL v2
"
COPYRIGHT="
2009 Andrej Stepanchuk
COPYRIGHT="2009 Andrej Stepanchuk
2009-2011 Howard Chu
2010 2a665470ced7adb7156fcef47f8199a6371c117b8a79e399a2771e0b36384090
2011 33ae1ce77301f4b4494faaa5f609f3c48b9dcf82
"
SOURCE_URI="git://git.ffmpeg.org/rtmpdump#a1900c3e152085406ecb87c1962c55ec9c6e4016"
#CHECKSUM_SHA256=""
LICENSE="GNU LGPL v2.1
GNU GPL v2
"
REVISION="1"
SOURCE_URI="git://git.ffmpeg.org/rtmpdump#a1900c3e152085406ecb87c1962c55ec9c6e4016"
PATCHES="rtmpdump-2.4_git.patch"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -25,8 +24,6 @@ else
fi
SECONDARY_ARCHITECTURES="x86"
PATCHES="rtmpdump-2.4_git.patch"
PROVIDES="
rtmpdump$secondaryArchSuffix = $portVersion compat >= 2.4
lib:librtmp$secondaryArchSuffix = 1 compat >= 1
@@ -37,20 +34,27 @@ PROVIDES="
cmd:rtmpsuck = $portVersion compat >= 2.4
"
# commands are provided in /bin regardless
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
"
PROVIDES_devel="
rtmpdump${secondaryArchSuffix}_devel = $portVersion compat >= 2.4
devel:librtmp$secondaryArchSuffix = 1 compat >= 1
devel:librtmp.1$secondaryArchSuffix = 1 compat >= 1
"
REQUIRES_devel="
rtmpdump$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:awk
@@ -90,14 +94,3 @@ INSTALL()
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
rtmpdump${secondaryArchSuffix}_devel = $portVersion compat >= 2.4
devel:librtmp$secondaryArchSuffix = 1 compat >= 1
devel:librtmp.1$secondaryArchSuffix = 1 compat >= 1
"
REQUIRES_devel="
rtmpdump$secondaryArchSuffix == $portVersion
"