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'
|
# Template file for 'nasm'
|
||||||
pkgname=nasm
|
pkgname=nasm
|
||||||
version=2.12.02
|
version=2.13.02
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
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"
|
homepage="http://www.nasm.us"
|
||||||
license="BSD"
|
license="2-clause-BSD"
|
||||||
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
|
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() {
|
do_install() {
|
||||||
make INSTALLROOT=${DESTDIR} install install_rdf
|
make INSTALLROOT="${DESTDIR}" install install_doc
|
||||||
vmkdir usr/share/info
|
|
||||||
install -m644 doc/info/* ${DESTDIR}/usr/share/info
|
|
||||||
touch ${DESTDIR}/usr/share/info/dir
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue