[oe-commits] Roman I Khimov : fileschanged: new recipe

git version control git at git.openembedded.org
Tue Mar 23 17:47:22 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Mar 23 17:40:26 2010 +0300

fileschanged: new recipe

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 .../files/fileschanged-no-man-build.patch          |   10 ++++++++++
 recipes/fileschanged/fileschanged.inc              |   10 ++++++++++
 recipes/fileschanged/fileschanged_0.6.5.bb         |    3 +++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes/fileschanged/files/fileschanged-no-man-build.patch b/recipes/fileschanged/files/fileschanged-no-man-build.patch
new file mode 100644
index 0000000..fe023ff
--- /dev/null
+++ b/recipes/fileschanged/files/fileschanged-no-man-build.patch
@@ -0,0 +1,10 @@
+Index: fileschanged-0.6.5/Makefile.am
+===================================================================
+--- fileschanged-0.6.5.orig/Makefile.am	2009-05-08 13:51:30.111294701 +0400
++++ fileschanged-0.6.5/Makefile.am	2009-05-08 13:52:31.885545034 +0400
+@@ -1,4 +1,4 @@
+-SUBDIRS= m4 src man info debian po
++SUBDIRS= m4 src info debian po
+ 
+ dist_pkgdata_DATA=ChangeLog AUTHORS NEWS README INSTALL
+ 
diff --git a/recipes/fileschanged/fileschanged.inc b/recipes/fileschanged/fileschanged.inc
new file mode 100644
index 0000000..73376b5
--- /dev/null
+++ b/recipes/fileschanged/fileschanged.inc
@@ -0,0 +1,10 @@
+DESCRIPTION = "fileschanged is a GNU/Linux command-line utility that reports when files have been altered"
+LICENSE = "GPL"
+DEPENDS = "gamin"
+
+SRC_URI = " \
+	${SOURCEFORGE_MIRROR}/fileschanged/fileschanged-${PV}.tar.gz;name=fileschanged-${PV} \
+	file://fileschanged-no-man-build.patch;patch=1 \
+	"
+
+inherit autotools
diff --git a/recipes/fileschanged/fileschanged_0.6.5.bb b/recipes/fileschanged/fileschanged_0.6.5.bb
new file mode 100644
index 0000000..81c9a24
--- /dev/null
+++ b/recipes/fileschanged/fileschanged_0.6.5.bb
@@ -0,0 +1,3 @@
+require fileschanged.inc
+SRC_URI[fileschanged-0.6.5.md5sum] = "49ae8bed507c000f9c7fa430b5b71205"
+SRC_URI[fileschanged-0.6.5.sha256sum] = "63c10995197bca6a7f24a19ca26870abafc919b23a870447cb44199d22f777cc"
\ No newline at end of file





More information about the Openembedded-commits mailing list