vasm: also add vobjdump to the package.

This commit is contained in:
Adrien Destugues
2017-08-27 20:36:29 +02:00
parent 5c8ffe5fa0
commit 0c75a5e67a

View File

@@ -46,7 +46,7 @@ Supported output file formats:
HOMEPAGE="http://sun.hasenbraten.de/vasm/"
COPYRIGHT="2002-2017 Volker Barthelmann"
LICENSE="vasm"
REVISION="1"
REVISION="2"
SOURCE_URI="http://server.owl.de/~frank/tags/vasm1_8a.tar.gz"
CHECKSUM_SHA256="69981927a5e12f4befeb4b4b7b5eec8114f1470f7ec9131f9adf11034ab75c9f"
SOURCE_DIR="vasm"
@@ -57,6 +57,7 @@ PROVIDES="
vasm = $portVersion
cmd:vasmz80_oldstyle
cmd:vasm6800_oldstyle
cmd:vobjdump
"
REQUIRES="
haiku
@@ -82,4 +83,5 @@ INSTALL()
mkdir $binDir
cp vasmz80_oldstyle $binDir
cp vasm6800_oldstyle $binDir
cp vobjdump $binDir
}