Delete armyknife-63, add recipe for armyknife-66

WIP on taglib recipes, Note that taglib-1.8 won't build with gcc2,
Thus for a gcc2 built armyknife we may need a taglib-1.7.2 library.
Fix filename for ed-1.7, still may need more work, not fully tested
yes but it is getting further than previous version.
This commit is contained in:
Scott McCreary
2013-08-23 16:44:45 +00:00
parent 6b1987a9de
commit 45eda090be
5 changed files with 83 additions and 44 deletions

View File

@@ -1,20 +0,0 @@
DESCRIPTION="ArmyKnife is an application that lets you edit the metadata of audio files."
HOMEPAGE="http://dev.osdrawer.net/projects/armyknife"
SRC_URI="svn+http://svn.osdrawer.net/armyknife#63"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/taglib >= 1.6.3"
#CHECKSUM_MD5=""
BUILD()
{
cd armyknife-63
make
}
INSTALL()
{
cd armyknife-63
make zipfile
mkdir -p ${DESTDIR}/boot/apps
unzip release/ArmyKnife-*.zip -d ${DESTDIR}/boot/apps
}

View File

@@ -0,0 +1,38 @@
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"
SRC_URI="git://github.com:HaikuArchives/ArmyKnife.git"
COPYRIGHT="2000-2001 Jason Burgess"
LICENSE="MIT"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86"
PROVIDES="
armyknife = $portVersion
"
REQUIRES="
haiku >= $haikuVersion
"
BUILD_REQUIRES="
taglib >= 1.6
"
BUILD_PREREQUIRED="
haiku_devel >= $haikuVersion
cmd:gcc
cmd:cmake
cmd:make
"
SOURCE_DIR="$portVersionedName"
BUILD()
{
make
}
INSTALL()
{
make zipfile
mkdir -p ${DESTDIR}/boot/apps
unzip release/ArmyKnife-*.zip -d ${DESTDIR}/boot/apps
}