generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
3
package/nasm/nasm.hash
Normal file
3
package/nasm/nasm.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f nasm-2.15.05.tar.xz
|
||||
sha256 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0 LICENSE
|
||||
15
package/nasm/nasm.mk
Normal file
15
package/nasm/nasm.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# nasm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NASM_VERSION = 2.15.05
|
||||
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
|
||||
NASM_SITE = https://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
||||
NASM_LICENSE = BSD-2-Clause
|
||||
NASM_LICENSE_FILES = LICENSE
|
||||
NASM_CPE_ID_VENDOR = nasm
|
||||
NASM_CPE_ID_PRODUCT = netwide_assembler
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user