summaryrefslogtreecommitdiff
path: root/recipes/build-tools/tar.recipe
blob: b4c171e318817d17b4a50c605f1e13ca758498a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python


class Recipe(recipe.Recipe):
    name = 'tar'
    version = '1.28'
    licenses = [License.GPLv3]
    stype = SourceType.TARBALL
    url = 'http://ftp.gnu.org/gnu/tar/tar-1.28.tar.bz2'
    patches = ['tar-fix-configure.patch']
    deps = ['automake']
    autoreconf = True
    files_bins = ['tar']