19 lines
665 B
Bash
19 lines
665 B
Bash
# Template file for 'nasm'
|
|
pkgname=nasm
|
|
version=2.13.02
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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="2-clause-BSD"
|
|
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
|
|
checksum=8d3028d286be7c185ba6ae4c8a692fc5438c129b2a3ffad60cbdcedd2793bbbe
|
|
|
|
do_install() {
|
|
make INSTALLROOT="${DESTDIR}" install install_doc
|
|
vlicense LICENSE
|
|
}
|