]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - cpio/cpio.nm
elfutils: Correctly configure debuginfod
[people/pmueller/ipfire-3.x.git] / cpio / cpio.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cpio
7 version = 2.13
8 release = 1
9
10 groups = System/Packaging
11 url = https://www.gnu.org/software/cpio/
12 license = GPLv3+
13 summary = A GNU archiving program
14
15 description
16 GNU cpio copies files into or out of a cpio or tar archive. Archives
17 are files which contain a collection of other files plus information
18 about them, such as their file name, owner, timestamps, and access
19 permissions. The archive can be another file on the disk, a magnetic
20 tape, or a pipe.
21 end
22
23 source_dl = https://ftp.gnu.org/gnu/cpio/
24
25 build
26 CFLAGS += -fcommon
27
28 configure_options += \
29 --libexecdir=/tmp \
30 --with-rmt=/usr/sbin/rmt
31
32 test
33 make check
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end