aboutsummaryrefslogtreecommitdiffstats
path: root/tar
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /tar
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'tar')
-rw-r--r--tar/tar_1.13.93.oe12
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