From 0c75a5e67af62a2b64565f54e86c5cf2cfc8b62f Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 27 Aug 2017 20:36:29 +0200 Subject: [PATCH] vasm: also add vobjdump to the package. --- dev-lang/vasm/vasm-1.8a.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/vasm/vasm-1.8a.recipe b/dev-lang/vasm/vasm-1.8a.recipe index 825d02dcc..fc3c81160 100644 --- a/dev-lang/vasm/vasm-1.8a.recipe +++ b/dev-lang/vasm/vasm-1.8a.recipe @@ -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 }