summaryrefslogtreecommitdiff
path: root/package/nasm/nasm.mk
blob: 18efa4af60e38a4f9c7e0dab26c7bcfeff3102f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
################################################################################
#
# nasm
#
################################################################################

NASM_VERSION = 2.11.02
NASM_SOURCE  = nasm-$(NASM_VERSION).tar.xz
NASM_SITE    = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)

$(eval $(autotools-package))
$(eval $(host-autotools-package))