[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

3
package/nasm/nasm.hash Normal file
View 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
View 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))