aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nasm/nasm_0.98.38.bb
blob: 5616789e4e4cb28904cb45944213bd5eead8f30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "General-purpose x86 assembler"
SECTION = "devel"
LICENSE = "GPL"
COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
PR = "r1"

SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2"

inherit autotools

do_install() {
	install -d ${D}${bindir}
	install -d ${D}${mandir}/man1

	oe_runmake 'INSTALLROOT=${D}' install
}

SRC_URI[md5sum] = "9f682490c132b070d54e395cb6ee145e"
SRC_URI[sha256sum] = "87e64eff736196862ed46c04a3dffa612d765df980fa974fc65e026d811bd9d0"