Add buildroot 2018-02
This commit is contained in:
3
buildroot/package/nasm/nasm.hash
Normal file
3
buildroot/package/nasm/nasm.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757 nasm-2.13.02.tar.xz
|
||||
sha256 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0 LICENSE
|
||||
13
buildroot/package/nasm/nasm.mk
Normal file
13
buildroot/package/nasm/nasm.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# nasm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NASM_VERSION = 2.13.02
|
||||
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
|
||||
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
||||
NASM_LICENSE = BSD-2-Clause
|
||||
NASM_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user