gawk: add -native variant.
authorRene Wagner <rw@handhelds.org>
Fri, 26 Aug 2005 22:12:18 +0000 (22:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 26 Aug 2005 22:12:18 +0000 (22:12 +0000)
packages/gawk/gawk-native_3.1.4.bb [new file with mode: 0644]

diff --git a/packages/gawk/gawk-native_3.1.4.bb b/packages/gawk/gawk-native_3.1.4.bb
new file mode 100644 (file)
index 0000000..dcfca42
--- /dev/null
@@ -0,0 +1,16 @@
+INHIBIT_AUTOTOOLS_DEPS = "1"
+include gawk_${PV}.bb
+
+inherit native
+
+DEPENDS = ""
+PATCH_DEPENDS = ""
+PATCHCLEANCMD = ""
+PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file""
+
+S = "${WORKDIR}/gawk-${PV}"
+
+do_stage() {
+       install -d ${STAGING_BINDIR}
+       install -m 755 gawk ${STAGING_BINDIR}
+}