]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - tar/tar.nm
Merge remote-tracking branch 'stevee/docbook-dtds'
[people/ms/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.26
8 release = 3
9
10 groups = System/Packaging
11 url = http://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 = http://ftp.gnu.org/gnu/tar/
26 sources = %{thisapp}.tar.xz
27
28 CONFIGURE_ENVIRONMENT = FORCE_UNSAFE_CONFIGURE=1
29
30 build
31 requires
32 autoconf
33 automake
34 gettext
35 gettext-devel
36 libacl-devel
37 libattr-devel
38 libselinux-devel
39 end
40
41 configure_options += \
42 --bindir=/bin \
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
54 end
55
56 packages
57 package %{name}
58 groups += Base Build
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64 end