Files
haikuports/haiku-apps/armyknife/armyknife-4.3.0.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

50 lines
1012 B
Plaintext

SUMMARY="The all-in-one metadata editor for audio files"
DESCRIPTION="
ArmyKnife is an application that lets you edit the metadata of audio files.
"
HOMEPAGE="https://github.com/HaikuArchives/ArmyKnife"
SRC_URI="git://github.com/HaikuArchives/ArmyKnife.git#67ce56a906"
COPYRIGHT="2000-2001 Jason Burgess"
LICENSE="MIT"
REVISION="1"
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
PROVIDES="
armyknife = $portVersion
app:ArmyKnife = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libtag$secondaryArchSuffix
lib:libsanta$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
taglib${secondaryArchSuffix}_devel
libsanta${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:unzip
cmd:find
cmd:xargs
"
BUILD()
{
make $jobArgs
}
INSTALL()
{
make zipfile
mkdir -p $appsDir
unzip release/ArmyKnife-*.zip -d $appsDir
addAppDeskbarSymlink $appsDir/ArmyKnife/ArmyKnife
}