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,18 +1,19 @@
SUMMARY="RXTX is a native serial library for java serial communication that runs on many OS."
DESCRIPTION="
RXTX is a Java library, using a native implementation (via JNI), providing serial \
and parallel communication for the Java Development Toolkit (JDK). All deliverables \
are under the GNU LGPL license. It is based on the specification for Sun Java \
Communications API, though while many of the class descriptions are the same the \
package used it not, since gnu.io is used instead. A certain amount of compatibility \
is intended with API, though this project should be considered as a fork and \
therefore compatible in spirit, but not in implementation."
SUMMARY="A native serial library for java serial communication"
DESCRIPTION="RXTX is a Java library, using a native implementation (via JNI), \
providing serial and parallel communication for the Java Development Toolkit \
(JDK). All deliverables are under the GNU LGPL license. It is based on the \
specification for Sun Java Communications API, though while many of the class \
descriptions are the same the package used it not, since gnu.io is used \
instead. A certain amount of compatibility is intended with API, though this \
project should be considered as a fork and therefore compatible in spirit, \
but not in implementation."
HOMEPAGE="http://rxtx.qbang.org"
COPYRIGHT="(c) 1998-2006 Keane Jarvi"
COPYRIGHT="1998-2006 Keane Jarvi"
LICENSE="GNU GPL v2"
SOURCE_URI="git+https://github.com/arduino/RXTX#84a009c"
REVISION="1"
SOURCE_URI="git+https://github.com/arduino/RXTX#84a009c"
PATCHES="rxtx-2.2_haiku-support.patch"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -23,8 +24,6 @@ else
fi
SECONDARY_ARCHITECTURES="x86"
PATCHES="rxtx-2.2_haiku-support.patch"
PROVIDES="
rxtx$secondaryArchSuffix = $portVersion
lib:librxtxSerial$secondaryArchSuffix = 0.0.0 compat >= 0
@@ -33,6 +32,7 @@ REQUIRES="
haiku$secondaryArchSuffix
openjdk${secondaryArchSuffix}
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
openjdk${secondaryArchSuffix}