summaryrefslogtreecommitdiff
path: root/nasm/nasm_0.98.38.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-02 16:50:27 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-02 16:50:27 +0000
commitf8e0a7aba4d6b7724d7526ada0ba2dfd12e1e4bf (patch)
tree7883c3b949788a6c329c78ace885263159830e4f /nasm/nasm_0.98.38.oe
parent147f7c2674d5dd396e8f1d8cd8791666d8e20b9e (diff)
use COMPATIBLE_HOST - patch courtesy pb_.
BKrev: 409526d3jhKUl1ZZEaB6xgfdPSA_Qg
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
+}