diff options
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 |