Update to summary/description. Added zip as requirement.

This commit is contained in:
Humdinger
2015-05-10 20:29:45 +02:00
parent 5ef7a9e6ec
commit a14b1cccdb

View File

@@ -1,12 +1,14 @@
SUMMARY="The all-in-one metadata editor for audio files"
DESCRIPTION="
ArmyKnife is an application that lets you edit the metadata of audio files.
"
SUMMARY="The all-in-one metadata editor for audio and MPEG files"
DESCRIPTION="ArmyKnife is an application that lets you edit the metadata of \
audio and MPEG files, both Haiku file attributes and in-file ID3 tags. You can \
copy data to and from ID3 tags and attributes, and rename files according to \
attributes or fill attributes according to file name.
Now also with support for cover art!"
HOMEPAGE="https://github.com/HaikuArchives/ArmyKnife"
SRC_URI="git://github.com/HaikuArchives/ArmyKnife.git#67ce56a906"
COPYRIGHT="2000-2001 Jason Burgess"
LICENSE="MIT"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86"
@@ -27,10 +29,11 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:find
cmd:make
cmd:unzip
cmd:find
cmd:xargs
cmd:zip
"
BUILD()