[oe-commits] Frans Meulenbroeks : nxkill: new recipe

git version control git at git.openembedded.org
Wed Aug 25 20:07:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1ccac5ff80d342eb7c51d2cc242fe2d86de65deb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ccac5ff80d342eb7c51d2cc242fe2d86de65deb

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Aug 25 22:04:03 2010 +0200

nxkill: new recipe

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/freenx/nxkill/Makefile.in.patch |   13 +++++++++++++
 recipes/freenx/nxkill_3.4.0-2.bb        |   17 +++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/recipes/freenx/nxkill/Makefile.in.patch b/recipes/freenx/nxkill/Makefile.in.patch
new file mode 100644
index 0000000..4531c85
--- /dev/null
+++ b/recipes/freenx/nxkill/Makefile.in.patch
@@ -0,0 +1,13 @@
+Index: nxkill/Makefile.in
+===================================================================
+--- nxkill.orig/Makefile.in
++++ nxkill/Makefile.in
+@@ -12,7 +12,7 @@ LIBVERSION=@LIBVERSION@
+ #
+ CXX      = @CXX@
+ CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ \
+-           -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
++           -Wall -Wpointer-arith \
+ 
+ CXXINCLUDES = -I. -I../nxcomp
+ 
diff --git a/recipes/freenx/nxkill_3.4.0-2.bb b/recipes/freenx/nxkill_3.4.0-2.bb
new file mode 100644
index 0000000..05dff11
--- /dev/null
+++ b/recipes/freenx/nxkill_3.4.0-2.bb
@@ -0,0 +1,17 @@
+LICENSE = "GPL"
+
+SRC_URI = "http://64.34.161.181/download/3.4.0/sources/${PN}-${PV}.tar.gz \
+           "
+
+SRC_URI[md5sum] = "a1150d9a51e7eb7d7ae2546a5c139bf7"
+SRC_URI[sha256sum] = "9e45b7c8d780e15113ce6254317da27273fecfdd4d4a07702ac8edbae8cc11f6"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
+
+do_install () {
+        oe_runmake "bindir=${D}${bindir}" \
+                   "man1dir=${D}${mandir}" \
+                   install
+}





More information about the Openembedded-commits mailing list