summaryrefslogtreecommitdiff
path: root/nasm/nasm_0.98.38.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nasm/nasm_0.98.38.oe')
-rw-r--r--nasm/nasm_0.98.38.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/nasm/nasm_0.98.38.oe b/nasm/nasm_0.98.38.oe
index e69de29bb2..4fcc54aed4 100644
--- a/nasm/nasm_0.98.38.oe
+++ b/nasm/nasm_0.98.38.oe
@@ -0,0 +1,15 @@
+SECTION = "devel"
+DESCRIPTION = "General-purpose x86 assembler"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+COMPATIBLE_HOST = 'i.86.*-linux'
+
+SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/nasm/nasm-${PV}.tar.bz2"
+
+inherit autotools
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -d ${D}/${datadir}/man/man1
+
+ oe_runmake 'INSTALLROOT=${D}' install
+}