nasm: update to 2.14.
This commit is contained in:
parent
8ffb4262e8
commit
51fe4b8d17
2 changed files with 9 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- include/nasmlib.h 2017-11-29 20:44:08.000000000 +0100
|
|
||||||
+++ include/nasmlib.h 2018-05-22 11:26:47.909787252 +0200
|
|
||||||
@@ -191,7 +191,7 @@
|
|
||||||
* seg_init: Initialise the segment-number allocator.
|
|
||||||
* seg_alloc: allocate a hitherto unused segment number.
|
|
||||||
*/
|
|
||||||
-void pure_func seg_init(void);
|
|
||||||
+void seg_init(void);
|
|
||||||
int32_t pure_func seg_alloc(void);
|
|
||||||
|
|
||||||
/*
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nasm'
|
# Template file for 'nasm'
|
||||||
pkgname=nasm
|
pkgname=nasm
|
||||||
version=2.13.02
|
version=2.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_args="all doc"
|
make_build_args="all doc"
|
||||||
|
@ -8,12 +8,14 @@ hostmakedepends="groff perl perl-Font-TTF perl-IO-String perl-Sort-Versions
|
||||||
ghostscript source-sans-pro liberation-fonts-ttf"
|
ghostscript source-sans-pro liberation-fonts-ttf"
|
||||||
short_desc="An 80x86 assembler designed for portability and modularity"
|
short_desc="An 80x86 assembler designed for portability and modularity"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.nasm.us"
|
license="BSD-2-Clause"
|
||||||
license="2-clause-BSD"
|
homepage="https://www.nasm.us"
|
||||||
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
|
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
|
||||||
checksum=8d3028d286be7c185ba6ae4c8a692fc5438c129b2a3ffad60cbdcedd2793bbbe
|
checksum=97c615dbf02ef80e4e2b6c385f7e28368d51efc214daa98e600ca4572500eec0
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
make INSTALLROOT="${DESTDIR}" install install_doc
|
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
|
#mv ${DESTDIR}/usr/doc ${DESTDIR}/usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue