mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Added bep to build armyknife from git.
This commit is contained in:
19
haiku-apps/armyknife/armyknife-999-git.bep
Normal file
19
haiku-apps/armyknife/armyknife-999-git.bep
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user