]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - tar/tar.nm
tar: Update to 1.29
[people/arne_f/ipfire-3.x.git] / tar / tar.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = tar
e57676d6
AM
7version = 1.29
8release = 1
802ea3af 9
89875749 10groups = System/Packaging
802ea3af
MT
11url = http://www.gnu.org/software/tar/
12license = GPLv3+
13summary = A GNU file archiving program.
14
15description
16 The GNU tar program saves many files together in one archive
17 and can restore individual files (or all of the files) from
18 that archive. Tar can also be used to add supplemental files
19 to an archive and to update or list files in the archive. Tar
20 includes multivolume support,automatic archive
21 compression/decompression, the ability to perform remote archives,
166a6c21 22 and the ability to perform incremental and full backups.
802ea3af 23end
166a6c21 24
802ea3af
MT
25source_dl = http://ftp.gnu.org/gnu/tar/
26sources = %{thisapp}.tar.xz
166a6c21 27
bd523de6 28CONFIGURE_ENVIRONMENT = FORCE_UNSAFE_CONFIGURE=1
166a6c21 29
802ea3af
MT
30build
31 requires
32 autoconf
33 automake
34 gettext
73bcd937 35 gettext-devel
802ea3af
MT
36 libacl-devel
37 libattr-devel
38 libselinux-devel
01678277 39 texinfo
802ea3af
MT
40 end
41
42 configure_options += \
802ea3af
MT
43 --libexecdir=/usr/sbin \
44 --enable-selinux \
45 FORCE_UNSAFE_CONFIGURE=1
46
47 prepare_cmds
48 autoreconf -vfi
49 end
50
51 test
52 make check
53 end
54end
55
56packages
57 package %{name}
89875749 58 groups += Base Build
802ea3af 59 end
1f9bc2f0
MT
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
802ea3af 64end