De-Lint recipes.

*	tar
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	testdisk
	Shortened SUMMARY.
	Re-ordered blocks.

*	the_silver_searcher
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	torrentor
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	trackergrep
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	transmission
	Fixed COPYRIGHT.
	Re-ordered blocks.

*	tree
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	unzip
	Remove "." from SUMMARY.
	Re-ordered blocks.

*	uqm
	Shortened SUMMARY.
	Re-ordered blocks.

*	urllib
	Remove "." from SUMMARY.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-07-23 09:48:33 +02:00
parent 1f664e284f
commit effe88db3f
13 changed files with 198 additions and 246 deletions

View File

@@ -1,15 +1,14 @@
DESCRIPTION="
Torrentor is a torrent client for the Haiku operating system. \
BitTorrent protocol is created for relieving servers and speed up \
downloading files. Users are not downloading data directly from \
server, but they are sending to and receiving it from themselves.
"
SUMMARY="Torrentor is a torrent client for the haiku operating system."
SUMMARY="A torrent client"
DESCRIPTION="Torrentor is a torrent client for the Haiku operating system. \
BitTorrent protocol is created for relieving servers and speed up downloading \
files. Users are not downloading data directly from server, but they are \
sending to and receiving it from themselves."
HOMEPAGE="https://github.com/HaikuArchives/Torrentor"
SOURCE_URI="git+https://github.com/HaikuArchives/Torrentor.git#a04c10fba39c8ba39ffb8ef16c5e67d217231ac6"
COPYRIGHT="2012 Guido Pola"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="git+https://github.com/HaikuArchives/Torrentor.git#a04c10fba39c8ba39ffb8ef16c5e67d217231ac6"
ARCHITECTURES="x86 ?x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -24,7 +23,6 @@ PROVIDES="
torrentor${secondaryArchSuffix} = $portVersion
app:Torrentor = $portVersion
"
REQUIRES="
haiku${secondaryArchSuffix}
lib:libssl${secondaryArchSuffix}
@@ -40,7 +38,6 @@ BUILD_REQUIRES="
devel:libcurl${secondaryArchSuffix}
devel:libz${secondaryArchSuffix}
"
BUILD_PREREQUIRES="
makefile_engine
curl${secondaryArchSuffix}