1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00
Files
Marcin Juszkiewicz ff2d75b7ea nasm: imported from OE - needed for syslinux
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1889 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-08 08:33:35 +00:00

16 lines
327 B
BlitzBasic

DESCRIPTION = "General-purpose x86 assembler"
SECTION = "devel"
LICENSE = "GPL"
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
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
}