nasm: update to 2.13.02
This commit is contained in:
parent
8d7de2a0fd
commit
5a58cce07f
1 changed files with 7 additions and 11 deletions
|
@ -1,23 +1,19 @@
|
|||
# Template file for 'nasm'
|
||||
pkgname=nasm
|
||||
version=2.12.02
|
||||
version=2.13.02
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="groff perl"
|
||||
make_build_args="all doc"
|
||||
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="BSD"
|
||||
license="2-clause-BSD"
|
||||
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
|
||||
checksum=00b0891c678c065446ca59bcee64719d0096d54d6886e6e472aeee2e170ae324
|
||||
checksum=8d3028d286be7c185ba6ae4c8a692fc5438c129b2a3ffad60cbdcedd2793bbbe
|
||||
|
||||
post_build() {
|
||||
make ${makejobs} -C doc info
|
||||
}
|
||||
do_install() {
|
||||
make INSTALLROOT=${DESTDIR} install install_rdf
|
||||
vmkdir usr/share/info
|
||||
install -m644 doc/info/* ${DESTDIR}/usr/share/info
|
||||
touch ${DESTDIR}/usr/share/info/dir
|
||||
make INSTALLROOT="${DESTDIR}" install install_doc
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue