From dca056acc9453be03ad34e903c61b196aa14218b Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 20 Nov 2023 10:56:27 +0300 Subject: [PATCH] nasm-2.16.01 --- system/devel/nasm/actions.py | 15 ++++++++------- system/devel/nasm/pspec.xml | 9 ++++++++- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/system/devel/nasm/actions.py b/system/devel/nasm/actions.py index 8832d96e..c6ac0f40 100644 --- a/system/devel/nasm/actions.py +++ b/system/devel/nasm/actions.py @@ -9,23 +9,24 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get binFiles = ["nasm", "ndisasm"] -rdoffFiles = ["ldrdf", "rdf2bin", "rdf2ihx", "rdfdump", "rdflib", "rdx"] +# rdoffFiles = ["ldrdf", "rdf2bin", "rdf2ihx", "rdfdump", "rdflib", "rdx"] def setup(): autotools.configure() def build(): autotools.make("all") - autotools.make("rdf") + # autotools.make("rdf") def install(): - for i in rdoffFiles: - binFiles.append("rdoff/%s" % i) + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + # for i in rdoffFiles: + # binFiles.append("rdoff/%s" % i) - for i in binFiles: - pisitools.dobin(i) + # for i in binFiles: + # pisitools.dobin(i) - pisitools.dosym("rdf2bin", "/usr/bin/rdf2com") + # pisitools.dosym("rdf2bin", "/usr/bin/rdf2com") pisitools.doman("nasm.1", "ndisasm.1") pisitools.dodoc("AUTHORS", "CHANGES", "ChangeLog", "README*", "doc/nasmdoc.*") diff --git a/system/devel/nasm/pspec.xml b/system/devel/nasm/pspec.xml index 0de01064..279d2100 100644 --- a/system/devel/nasm/pspec.xml +++ b/system/devel/nasm/pspec.xml @@ -12,7 +12,7 @@ app:console Groovy little assembler NASM is the Netwide Assembler, a free portable assembler for the Intel 80x86 microprocessor series. - http://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz + http://www.nasm.us/pub/nasm/releasebuilds/2.16.01/nasm-2.16.01.tar.xz texinfo @@ -28,6 +28,13 @@ + + 2023-11-19 + 2.16.01 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-12-09 2.15.05