8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
378 B
Makefile
13 lines
378 B
Makefile
################################################################################
|
|
#
|
|
# nasm
|
|
#
|
|
################################################################################
|
|
|
|
NASM_VERSION = 2.10.01
|
|
NASM_SOURCE = nasm-$(NASM_VERSION).tar.bz2
|
|
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|