nasm: update to 2.11.05.

This commit is contained in:
Juan RP 2014-06-01 06:14:29 +02:00
parent c118d22a07
commit f2df9f2d6f

View file

@ -1,21 +1,17 @@
# Template file for 'nasm' # Template file for 'nasm'
pkgname=nasm pkgname=nasm
version=2.10.07 version=2.11.05
revision=1 revision=1
build_style=gnu-configure
hostmakedepends="groff perl" hostmakedepends="groff perl"
short_desc="An 80x86 assembler designed for portability and modularity" short_desc="An 80x86 assembler designed for portability and modularity"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.nasm.us" homepage="http://www.nasm.us"
license="BSD" license="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=c056e2abc83816892e448f9e9e95a3d21e9e096f44341b9d4853f62a443bba82 checksum=4a417bcf5cde5d203e228feea3f428a6ff4d700d558e4d79d50a30a695bdfae9
do_configure() { post_build() {
./configure ${configure_args}
}
do_build() {
make ${makejobs}
make ${makejobs} -C doc info make ${makejobs} -C doc info
} }