mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
This commit is contained in:
@@ -1,21 +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="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