aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fileschanged
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 17:40:26 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-23 20:44:28 +0300
commit4ca8c8807133f150e2f8e17e8855eeb4c4d72064 (patch)
tree1baef2c0064aad7294ea8c8411f486fc9399326e /recipes/fileschanged
parentcff666e4f8f1f8598e4f22d04587554a5f773759 (diff)
downloadopenembedded-4ca8c8807133f150e2f8e17e8855eeb4c4d72064.tar.gz
fileschanged: new recipe
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/fileschanged')
-rw-r--r--recipes/fileschanged/files/fileschanged-no-man-build.patch10
-rw-r--r--recipes/fileschanged/fileschanged.inc10
-rw-r--r--recipes/fileschanged/fileschanged_0.6.5.bb3
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 0000000000..fe023ff1da
--- /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 0000000000..73376b5251
--- /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 0000000000..81c9a242f6
--- /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