From 289081ace1d9f300fbe9cec21b05585c5526baef Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Mon, 21 Feb 2005 18:40:14 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/21 10:56:50-07:00 amd.com!jcrouse gnome-common_2.4.0.bb: No longer requres scrollkeeper omf.patch: Patch to remove scrollkeeper dependancy 2005/02/21 10:53:41-07:00 amd.com!jcrouse firefox_1.0.bb: add fix for 64 bit ickiness jsautocfg.h, firefox-cc-fix.patch: Hand crafted files - replace the automatically generated one nasm_0.98.38.bb: add x86_64 to the compatible host list 2005/02/21 10:47:34-07:00 amd.com!jcrouse xfce.bbclass: change source repo and add packaging info Many files: Add XFCE 4.2.0 2005/02/21 10:39:50-07:00 amd.com!jcrouse guile-native_1.6.4.bb: add AMD64 bit fixes to guile guile-amd64.patch: new file gpdf_2.8.0.bb: Add omf.make fix for gftp BKrev: 421a2b0emv8E6lWfEOpXxE6h9MBOPg --- packages/nasm/nasm_0.98.38.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'packages/nasm/nasm_0.98.38.bb') diff --git a/packages/nasm/nasm_0.98.38.bb b/packages/nasm/nasm_0.98.38.bb index e69de29bb2..8edabcde1e 100644 --- a/packages/nasm/nasm_0.98.38.bb +++ b/packages/nasm/nasm_0.98.38.bb @@ -0,0 +1,17 @@ +SECTION = "devel" +DESCRIPTION = "General-purpose x86 assembler" +MAINTAINER = "Phil Blundell " +COMPATIBLE_HOST = '(x86_64|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 +} -- cgit v1.2.3