mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
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:
@@ -1,16 +1,13 @@
|
||||
SUMMARY="Parallel BASH commandline FLAC tool."
|
||||
DESCRIPTION="
|
||||
redoflacs is a parallel BASH commandline FLAC compressor, verifier, \
|
||||
organizer, analyzer, and retagger
|
||||
"
|
||||
HOMEPAGE="http://github.com/sirjaren/redoflacs/"
|
||||
SUMMARY="Parallel BASH commandline FLAC tool"
|
||||
DESCRIPTION="redoflacs is a parallel BASH commandline FLAC compressor, \
|
||||
verifier, organizer, analyzer, and retagger."
|
||||
HOMEPAGE="http://github.com/sirjaren/redoflacs/"
|
||||
COPYRIGHT="2010-2014 Jaren Stangret"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://github.com/sirjaren/redoflacs/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="redoflacs-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="96e6b92d6211469181da7f065510984423ee4d5a059265ffb7fc38e81ae4de3f"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2010-2014 Jaren Stangret"
|
||||
|
||||
PATCHES="redoflacs-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -19,7 +16,6 @@ PROVIDES="
|
||||
redoflacs = $portVersion compat >= 0
|
||||
cmd:redoflacs$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:bash$secondaryArchSuffix
|
||||
@@ -28,7 +24,6 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user