mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Merged in tgkokk/haikuports/armyknife (pull request #101)
Fixed armyknife recipe
This commit is contained in:
@@ -1,26 +1,30 @@
|
||||
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="http://dev.osdrawer.net/projects/armyknife"
|
||||
HOMEPAGE="https://github.com/HaikuArchives/ArmyKnife"
|
||||
SRC_URI="git://github.com/HaikuArchives/ArmyKnife.git"
|
||||
COPYRIGHT="2000-2001 Jason Burgess"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
|
||||
|
||||
PROVIDES="
|
||||
armyknife = $portVersion
|
||||
app:ArmyKnife = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix} >= $haikuVersion
|
||||
taglib${secondaryArchSuffix}
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
lib:libtag$secondaryArchSuffix
|
||||
lib:libsanta$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
taglib${secondaryArchSuffix}_devel
|
||||
libsanta${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:gcc${secondaryArchSuffix}
|
||||
cmd:ld${secondaryArchSuffix}
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:unzip
|
||||
"
|
||||
@@ -33,9 +37,10 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make zipfile
|
||||
mkdir -p ${appsDir}
|
||||
unzip release/ArmyKnife-*.zip -d ${appsDir}
|
||||
|
||||
mkdir -p $appsDir
|
||||
unzip release/ArmyKnife-*.zip -d $appsDir
|
||||
|
||||
addAppDeskbarSymlink ${appsDir}/ArmyKnife/ArmyKnife
|
||||
addAppDeskbarSymlink $appsDir/ArmyKnife/ArmyKnife
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user