mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
vasm: also add vobjdump to the package.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user