diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-13 16:30:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-13 16:30:21 +0000 |
commit | d40b6ccd735dbb8c8ae11d2fb8aec6e5cba59427 (patch) | |
tree | 66d68fcf3281403becce54afe261b1392703b78f | |
parent | e0ddd1e7880c88f22e3f90aedc99bddc82895099 (diff) |
patchutils: update to 0.2.31
-rw-r--r-- | packages/patchutils/patchutils_0.2.31.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/patchutils/patchutils_0.2.31.bb b/packages/patchutils/patchutils_0.2.31.bb new file mode 100644 index 0000000000..17b5d27c3f --- /dev/null +++ b/packages/patchutils/patchutils_0.2.31.bb @@ -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 +} + + |