De-linting recipes.

*	flare, freedroidRPG
	Don't start with the app name, in the _data section too...
	Re-order blocks

*	help2man
	SUMMARY must not end with "."
	Re-ordered blocks

*	html_parser, xml_parser
	Corrected license
	Re-ordered blocks

*	jq
	Corrected copy&paste mishap, I guess
	Re-ordered blocks

*	librevenge
	Re-ordered blocks
	Removed email addresses from COPYRIGHT

*	mesa
	Don't start with the app name, in the _swrat and _swpipe sections too...
	Re-ordered blocks

*	qupzilla
	SUMMARY must not end with "."

*	ruby
	Corrected license
	Re-ordered blocks

*	vncserver
	Removed "copyright" from COPYRIGHT
This commit is contained in:
Humdinger
2015-08-08 19:08:27 +02:00
parent 8fd0a8f4b4
commit 70b8f948c6
21 changed files with 415 additions and 470 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="A tool to produce simple manual pages."
SUMMARY="A tool to produce simple manual pages"
DESCRIPTION="help2man is a tool for automatically generating simple manual \
pages from program output. The program is intended to provide an easy way for \
software authors to include a manual page in their distribution without \
@@ -7,14 +7,13 @@ Given a program which produces reasonably standard --help and --version
outputs, help2man can re-arrange that output into something which resembles a \
manual page."
HOMEPAGE="http://www.gnu.org/software/help2man/"
HOMEPAGE="http://www.gnu.org/software/help2man/"
COPYRIGHT="1997-2013 Free Software Foundation"
REVISION="1"
LICENSE="GNU GPL v3"
SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-1.44.1.tar.xz"
CHECKSUM_SHA256="22de6846771921f455e389cdca07119d7f55b1877685b42dd5bbb9fc1377defb"
REVISION="1"
LICENSE="GNU GPL v3"
COPYRIGHT="1997-2013 Free Software Foundation"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -26,6 +25,7 @@ REQUIRES="
haiku$secondaryArchSuffix
cmd:perl
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"