mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
redoflacs: add recipe for version 0.30
This commit is contained in:
43
media-sound/redoflacs/redoflacs-0.30.recipe
Normal file
43
media-sound/redoflacs/redoflacs-0.30.recipe
Normal file
@@ -0,0 +1,43 @@
|
||||
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/"
|
||||
SRC_URI="http://github.com/sirjaren/redoflacs/archive/v$portVersion.tar.gz"
|
||||
SRC_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"
|
||||
|
||||
PROVIDES="
|
||||
redoflacs = $portVersion compat >= 0
|
||||
cmd:redoflacs$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
cmd:bash$secondaryArchSuffix
|
||||
cmd:flac$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
echo "Nothing to build".
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
install -D redoflacs $binDir/redoflacs
|
||||
}
|
||||
Reference in New Issue
Block a user