nasm: update to 2.11.05.
This commit is contained in:
parent
c118d22a07
commit
f2df9f2d6f
|
@ -1,21 +1,17 @@
|
|||
# Template file for 'nasm'
|
||||
pkgname=nasm
|
||||
version=2.10.07
|
||||
version=2.11.05
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="groff perl"
|
||||
short_desc="An 80x86 assembler designed for portability and modularity"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.nasm.us"
|
||||
license="BSD"
|
||||
distfiles="http://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.bz2"
|
||||
checksum=c056e2abc83816892e448f9e9e95a3d21e9e096f44341b9d4853f62a443bba82
|
||||
checksum=4a417bcf5cde5d203e228feea3f428a6ff4d700d558e4d79d50a30a695bdfae9
|
||||
|
||||
do_configure() {
|
||||
./configure ${configure_args}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
post_build() {
|
||||
make ${makejobs} -C doc info
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue