buildrootschalter/package/nasm/nasm.mk
Bernd Kuhls c526b5107e nasm: version bump 2.11.02
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-04-03 21:25:48 +02:00

13 lines
377 B
Makefile

################################################################################
#
# nasm
#
################################################################################
NASM_VERSION = 2.11.02
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
$(eval $(autotools-package))
$(eval $(host-autotools-package))