The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nasm / nasm.mk
1 ################################################################################
2 #
3 # nasm
4 #
5 ################################################################################
6
7 NASM_VERSION = 2.11.02
8 NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
9 NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
10 NASM_LICENSE = BSD-2c
11 NASM_LICENSE_FILES = LICENSE
12
13 $(eval $(host-autotools-package))