diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /tar | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar_1.13.93.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tar/tar_1.13.93.oe b/tar/tar_1.13.93.oe index e69de29bb2..474293c62c 100644 --- a/tar/tar_1.13.93.oe +++ b/tar/tar_1.13.93.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "GNU tar saves many files together into a single tape \ +or disk archive, and can restore individual files from the archive." +LICENSE = "GPL" +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "ftp://alpha.gnu.org/gnu/tar/tar-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" + +inherit autotools |