void-packages/srcpkgs/nasm/template
Johannes 148c382f0d Revert "nasm: update to 2.15.04"
nasm-2.15.04 breaks compilation of dav1d and thus firefox on i686
https://bugzilla.nasm.us/show_bug.cgi?id=3392715

This reverts commit 6dcc85c0d4.
2020-08-27 08:19:57 +02:00

19 lines
624 B
Bash

# Template file for 'nasm'
# Update nasm-doc which is separate to avoid dependency cycles
pkgname=nasm
reverts="2.15.04_1"
version=2.15.03
revision=2
build_style=gnu-configure
make_build_args="all"
short_desc="80x86 assembler designed for portability and modularity"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="BSD-2-Clause"
homepage="https://www.nasm.us"
changelog="https://nasm.us/doc/nasmdocc.html"
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
checksum=c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f
post_install() {
vlicense LICENSE
}