]> git.ipfire.org Git - ipfire-3.x.git/blob - tar/tar.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / tar / tar.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tar
7 version = 1.35
8 release = 1
9
10 groups = System/Packaging
11 url = https://www.gnu.org/software/tar/
12 license = GPLv3+
13 summary = A GNU file archiving program.
14
15 description
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,
22 and the ability to perform incremental and full backups.
23 end
24
25 source_dl = https://ftp.gnu.org/gnu/tar/
26 sources = %{thisapp}.tar.xz
27
28 build
29 requires
30 libacl-devel
31 libattr-devel
32 texinfo
33 end
34
35 configure_options += \
36 --libexecdir=/usr/sbin \
37 FORCE_UNSAFE_CONFIGURE=1
38
39 test
40 make check || :
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end