diff options
Diffstat (limited to 'nasm/nasm_0.98.38.oe')
-rw-r--r-- | nasm/nasm_0.98.38.oe | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe deleted file mode 100644 index 0aee9f9faf..0000000000 --- a/nasm/nasm_0.98.38.oe +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "devel" -DESCRIPTION = "General-purpose x86 assembler" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -COMPATIBLE_HOST = 'i.86.*-(linux|freebsd.*)' -LICENSE = "GPL" -SECTION = "dev-lang" - -SRC_URI = "${SOURCEFORGE_MIRROR}/nasm/nasm-${PV}.tar.bz2" - -inherit autotools - -do_install() { - install -d ${D}/${bindir} - install -d ${D}/${datadir}/man/man1 - - oe_runmake 'INSTALLROOT=${D}' install -} |