De-Linting recipes.

*	bdh-calc
	License is Zlib.
	Improved SUMMARY.
	Minor cosmetics.

*	daa2iso
	Removed "." from SUMMARY.
	Minor cosmetics.

*	dash
	Removed "." from SUMMARY.
	Moved some things into BUILD_PREREQUIRES.

*	ddrescue
	Shortened SUMMARY.
	Added cmd:lzip to BUILD_PREREQUIRES.
	Minor cosmetics.

*	diffutils
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	discount
	Shortened SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	doctranslator
	Shortened SUMMARY.
	Corrected checksum.
	Added SECONDARY_ARCHITECTURES.

*	dos2unix
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dtc
	Improved DESCRIPTION
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	dulwich
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.
This commit is contained in:
Humdinger
2015-07-19 14:05:34 +02:00
parent 1185935fd7
commit d190b53420
10 changed files with 78 additions and 107 deletions

View File

@@ -1,14 +1,13 @@
SUMMARY="Copy data from one file or block device to another with read-error recovery"
DESCRIPTION="GNU ddrescue is a data recovery tool. \
It copies data from one file or block device \
(hard disc, cdrom, etc) to another, \
trying to rescue the good parts first in case of read errors.
"
SUMMARY="Copy data between file or block devices with read-error recovery"
DESCRIPTION="GNU ddrescue is a data recovery tool. It copies data from one \
file or block device (hard disc, cdrom, etc) to another, trying to rescue the \
good parts first in case of read errors."
HOMEPAGE="http://www.gnu.org/software/ddrescue/"
SOURCE_URI="http://ftpmirror.gnu.org/ddrescue/ddrescue-1.19.tar.lz"
CHECKSUM_SHA256="ed8d0c9d9aac80a9110e9cb0d0a91a7390d3bf9f816b67a62ca4eb140f4747b8"
REVISION="1"
COPYRIGHT="2004-2014 Antonio Diaz Diaz
COPYRIGHT="
2004-2014 Antonio Diaz Diaz
"
LICENSE="GNU GPL v2"
@@ -34,18 +33,16 @@ PROVIDES="
cmd:ddrescue$commandSuffix = $portVersion
cmd:ddrescuelog$commandSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libgcc_s$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:lzip
cmd:make
cmd:gcc$secondaryArchSuffix
"