diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 04:27:17 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 04:27:17 +0000 |
commit | 69903a734d78a0d1a68794d0fe44223a6567959b (patch) | |
tree | 1c5150006097b4df7c14614fb4d8a9741d016012 | |
parent | b1235c4102a0e0c12944ba6323515f333c85eaba (diff) |
Fix perms on patchutils_0.2.27.oe, and add patchutils 0.2.28.
BKrev: 40528da5I-fUZ_2YKBHjI_rfzsH2vw
-rw-r--r-- | patchutils/patchutils_0.2.27.oe | 10 | ||||
-rw-r--r-- | patchutils/patchutils_0.2.28.oe | 0 |
2 files changed, 10 insertions, 0 deletions
diff --git a/patchutils/patchutils_0.2.27.oe b/patchutils/patchutils_0.2.27.oe index e69de29bb2..308ca9ace0 100644 --- a/patchutils/patchutils_0.2.27.oe +++ b/patchutils/patchutils_0.2.27.oe @@ -0,0 +1,10 @@ +LICENSE = GPL +DESCRIPTION = Patchutils is a small collection of programs that operate on patch files. +MAINTAINER = Chris Larson <kergoth@handhelds.org> + +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2 + +inherit autotools diff --git a/patchutils/patchutils_0.2.28.oe b/patchutils/patchutils_0.2.28.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/patchutils/patchutils_0.2.28.oe |