De-linted recipes.

*	ltp
	Fixed typo. Thanks waddlesplash for noticing.

*	man
	Removed unused patch.
	Minor cosmetics.

*	mdocml
	Removed "." from SUMMARY
	Minor cosmetics.

*	milkytracker
	Minor cosmetics.
	Lint warning of not referenced PATCHES is a false positive.

*	minicom
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtdev
	Removed "." from SUMMARY
	Minor cosmetics.

*	mtools
	Removed "." from SUMMARY
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-22 14:15:26 +02:00
parent 9c861ba82c
commit 26f03fd740
8 changed files with 96 additions and 190 deletions

View File

@@ -1,37 +1,44 @@
SUMMARY="A Multitouch Protocol Translation Library."
SUMMARY="A multitouch protocol translation library"
DESCRIPTION="MTDev is a stand-alone library which transforms all variants of \
kernel MT events to the slotted type B protocol. The events put into \
mtdev may be from any MT device, specifically type A without contact \
tracking, type A with contact tracking, or type B with contact tracking."
HOMEPAGE="http://bitmath.org/code/mtdev/"
SOURCE_URI="http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2"
CHECKSUM_SHA256="6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f"
REVISION="1"
LICENSE="MIT"
COPYRIGHT="
2010 Kenrik Rydberg
2010 Canonical Ltd.
"
REVISION="1"
ARCHITECTURES="!x86 !x86_gcc2"
SECONDARY_ARCHITECTURES="!x86 !x86_gcc2"
SOURCE_URI="http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2"
CHECKSUM_SHA256="6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f"
COPYRIGHT="
2010 Kenrik Rydberg
2010 Canonical Ltd.
"
PROVIDES="
mtdev$secondaryArchSuffix = $portVersion
lib:libmtdev$secondaryArchSuffix = 1.0.0 compat >= 1
"
mtdev$secondaryArchSuffix = $portVersion
lib:libmtdev$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
"
haiku$secondaryArchSuffix >= $haikuVersion
"
PROVIDES_devel="
mtdev${secondaryArchSuffix}_devel = $portVersion
devel:libmtdev$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES_devel="
mtdev${secondaryArchSuffix} == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:pkg_config$secondaryArchSuffix
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:awk
"
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
cmd:gcc$secondaryArchSuffix
cmd:make
cmd:awk
"
BUILD()
{
@@ -47,14 +54,3 @@ INSTALL()
prepareInstalledDevelLibs libmtdev
packageEntries devel $developDir
}
# ----- Devel Package -----------------------------------------------------
PROVIDES_devel="
mtdev${secondaryArchSuffix}_devel = $portVersion
devel:libmtdev$secondaryArchSuffix = 1.0.0 compat >= 1
"
REQUIRES_devel="
mtdev${secondaryArchSuffix} == $portVersion base
"