patchutils: update to 0.2.31
authorKoen Kooi <koen@openembedded.org>
Mon, 13 Aug 2007 16:30:21 +0000 (16:30 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 13 Aug 2007 16:30:21 +0000 (16:30 +0000)
packages/patchutils/patchutils_0.2.31.bb [new file with mode: 0644]

diff --git a/packages/patchutils/patchutils_0.2.31.bb b/packages/patchutils/patchutils_0.2.31.bb
new file mode 100644 (file)
index 0000000..17b5d27
--- /dev/null
@@ -0,0 +1,19 @@
+SECTION = "devel"
+LICENSE = "GPL"
+DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files."
+
+SRC_URI = "http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2"
+
+inherit autotools
+
+do_configure_prepend() {
+        sed -i -e s:AC_CONFIG_SRCDIR:#AC_CONFIG_SRCDIR:g configure.in
+}
+
+do_configure() {
+       gnu-configize
+       libtoolize --force
+       oe_runconf
+}       
+
+