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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/nasm/nasm.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/nasm/nasm.mk
new file mode 100644 (file)
index 0000000..b87d6ef
--- /dev/null
@@ -0,0 +1,13 @@
+################################################################################
+#
+# nasm
+#
+################################################################################
+
+NASM_VERSION = 2.11.02
+NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
+NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
+NASM_LICENSE = BSD-2c
+NASM_LICENSE_FILES = LICENSE
+
+$(eval $(host-autotools-package))