mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -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
|
||||
}
|
||||
38
haiku-apps/armyknife/armyknife-66.recipe
Normal file
38
haiku-apps/armyknife/armyknife-66.recipe
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user