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,26 +1,32 @@
SUMMARY="A Scintilla-based text editor."
DESCRIPTION="Based on the popular framework for code highlighting, Scrittore provides a simplistic programmer's text editor."
SUMMARY="A Scintilla-based text editor"
DESCRIPTION="Based on the popular framework for code highlighting, \
Scrittore provides a simplistic programmer's text editor."
HOMEPAGE="https://github.com/HaikuArchives/Scrittore"
COPYRIGHT="1998-2003 Scintilla authors.
2011-2013 Haiku authors.
"
REVISION="1"
LICENSE="Scintilla"
SOURCE_URI="git+https://github.com/HaikuArchives/Scrittore.git"
COPYRIGHT="
1998-2003 Scintilla authors.
2011-2013 Haiku authors.
"
HOMEPAGE="https://github.com/HaikuArchives/Scrittore"
PROVIDES="
Scrittore
app:Scrittore
"
ARCHITECTURES="x86 !x86_64 ?arm ?ppc"
PROVIDES="
Scrittore
app:Scrittore
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:make
cmd:g++
haiku_devel
"
cmd:make
cmd:g++
haiku_devel
"
BUILD()
{