blob: 1f49dd3e323bb766e191e2ca15cf8db782895bf8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "GNU tar saves many files together into a single tape \
or disk archive, and can restore individual files from the archive."
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SRC_URI = "ftp://alpha.gnu.org/gnu/tar/tar-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://m4.patch;patch=1"
inherit autotools
|