diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 12:33:13 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 12:33:13 +0000 |
| commit | f1312083bf2c572132431ffa6309a28b1e1b29de (patch) | |
| tree | 353cb29dcfee3d83d7f85ca240088290bb4a0415 /packages/patchutils | |
| parent | 51d03d2fe5715230873099c85d8a99707ec3f80d (diff) | |
| parent | ee8aefa8e88756bd6b71c59b60a221de38bb5d95 (diff) | |
merge of '2a03e34bdcc2e0c0f1a0fc21e23f3410bf721570'
and 'c7f491129542b0c8e72a670a0ce2395920494179'
Diffstat (limited to 'packages/patchutils')
| -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 +} + + |
