Added bep to build armyknife from git.

This commit is contained in:
Scott McCreary
2013-03-23 14:41:52 +00:00
parent f66ce0709b
commit 1daf7779c9

View File

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