]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - tar/tar.nm
perl-TimeDate: This package requires Time::Local for the testsuite
[people/pmueller/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
b4405c7d 7version = 1.34
aeb87e96 8release = 1
802ea3af 9
89875749 10groups = System/Packaging
b4405c7d 11url = https://www.gnu.org/software/tar/
802ea3af
MT
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
b4405c7d 25source_dl = https://ftp.gnu.org/gnu/tar/
802ea3af 26sources = %{thisapp}.tar.xz
166a6c21 27
802ea3af
MT
28build
29 requires
802ea3af
MT
30 libacl-devel
31 libattr-devel
01678277 32 texinfo
802ea3af
MT
33 end
34
35 configure_options += \
802ea3af 36 --libexecdir=/usr/sbin \
802ea3af
MT
37 FORCE_UNSAFE_CONFIGURE=1
38
802ea3af 39 test
b4405c7d 40 make check || :
802ea3af
MT
41 end
42end
43
44packages
45 package %{name}
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end