nasm: update to 2.14.

This commit is contained in:
maxice8 2018-12-13 12:09:58 -02:00 committed by maxice8
parent 8ffb4262e8
commit 51fe4b8d17
2 changed files with 9 additions and 18 deletions

View file

@ -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);
/*

View file

@ -1,6 +1,6 @@
# Template file for 'nasm'
pkgname=nasm
version=2.13.02
version=2.14
revision=1
build_style=gnu-configure
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"
short_desc="An 80x86 assembler designed for portability and modularity"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.nasm.us"
license="2-clause-BSD"
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
checksum=8d3028d286be7c185ba6ae4c8a692fc5438c129b2a3ffad60cbdcedd2793bbbe
license="BSD-2-Clause"
homepage="https://www.nasm.us"
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
checksum=97c615dbf02ef80e4e2b6c385f7e28368d51efc214daa98e600ca4572500eec0
do_install() {
make INSTALLROOT="${DESTDIR}" install install_doc
post_install() {
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install
vlicense LICENSE
#mv ${DESTDIR}/usr/doc ${DESTDIR}/usr/share/doc
}