mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
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:
@@ -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}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
SUMMARY="A simple Tracker add-on that lets you search through text files."
|
||||
SUMMARY="A simple Tracker add-on that lets you search through text files"
|
||||
DESCRIPTION="TrackerGrep is a simple Tracker add-on that lets you search \
|
||||
through text files. Haiku already comes with a tool that lets you do that \
|
||||
(grep) but you need to use it from a Terminal window. Gone are those days \
|
||||
of command-line trouble, because from now on TrackerGrep lets you run grep \
|
||||
directly from Tracker."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/TrackerGrep"
|
||||
COPYRIGHT=" 1998-2006 Matthijs Hollemans
|
||||
2007 Jonas Sundström."
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/TrackerGrep/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7b19601d48ae26bc54345c26914892ea6a8e54f131c5049ee5bb52523a950d81"
|
||||
SOURCE_DIR="TrackerGrep-$portVersion"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
1998-2006 Matthijs Hollemans
|
||||
2007 Jonas Sundström."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user