mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
naken_asm: update to current github source.
I need a bugfix that's only there for now. Also delete duplicate recipe.
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
SUMMARY="Lightweight multi-target assembler/disassembler"
|
||||
DESCRIPTION="Lightweight assembler / disassembler with a focus on being easy \
|
||||
to compile (no dependencies) and easy to use. It was originally called \
|
||||
naken430asm, but since it has been expanded it to support many more CPUs it \
|
||||
has been renamed to naken_asm. Additionally, there is also a simulator for \
|
||||
some of the supported CPUs."
|
||||
HOMEPAGE="http://www.mikekohn.net/micro/naken_asm.php"
|
||||
COPYRIGHT="2012-2021 Mike Kohn"
|
||||
LICENSE="GNU GPL v3"
|
||||
SOURCE_URI="http://www.mikekohn.net/downloads/naken_asm/naken_asm-2021-04-18.tar.gz"
|
||||
CHECKSUM_SHA256="307969c9f366fd22fc89a892e3e57f955f5fcc380a7775e0ae8b0795bb394dfe"
|
||||
SOURCE_DIR="naken_asm-2021-04-18"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
naken_asm$secondaryArchSuffix = $portVersion
|
||||
cmd:naken_asm
|
||||
cmd:naken_util
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
mkdir -p $developDir/tools
|
||||
mv $prefix/share/naken_asm $developDir/tools
|
||||
rmdir $prefix/share
|
||||
}
|
||||
@@ -4,15 +4,17 @@ compile (no dependencies) and easy to use. It was originally called naken430asm,
|
||||
has been expanded it to support many more CPUs it has been renamed to naken_asm. Additionally, \
|
||||
there is also a simulator for some of the supported CPUs."
|
||||
HOMEPAGE="https://www.mikekohn.net/micro/naken_asm.php"
|
||||
COPYRIGHT="1997-2022 Michael Kohn, Joe Davisson, Lars Brinkhoff, Zoltan Csahok, D/L/ Karmann, \
|
||||
COPYRIGHT="1997-2022 Michael Kohn, Joe Davisson, Lars Brinkhoff, Zoltan Csahok, D.L. Karmann, \
|
||||
Malink Enes Safak"
|
||||
LICENSE="GNU GPL v3"
|
||||
SOURCE_URI="https://www.mikekohn.net/downloads/naken_asm/naken_asm-2022-04-16.tar.gz"
|
||||
CHECKSUM_SHA256="eddfd5e6cb159addda9c97afe5daa7c26a06afe439f87dae930caf5f3e457208"
|
||||
SOURCE_DIR="naken_asm-2022-04-16"
|
||||
srcGitRev="7ab4531574b50aef3e43182ebc97611565e9046e"
|
||||
SOURCE_URI="https://github.com/mikeakohn/naken_asm/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f2cf4c880cbde746debc1e03161e83115da18c57a041e95d1878ff33bc37be0f"
|
||||
SOURCE_DIR="naken_asm-$srcGitRev"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="?all x86_64"
|
||||
ARCHITECTURES="?all x86_64 !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
naken_asm$secondaryArchSuffix = $portVersion
|
||||
Reference in New Issue
Block a user