]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - cpio/cpio.nm
shadow-utils: Update to version 4.14.0-1
[people/pmueller/ipfire-3.x.git] / cpio / cpio.nm
CommitLineData
9948bd8f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
9948bd8f
MT
4###############################################################################
5
802ea3af 6name = cpio
f7664dac 7version = 2.13
38e2df8c 8release = 1
9948bd8f 9
802ea3af 10groups = System/Packaging
f7664dac 11url = https://www.gnu.org/software/cpio/
802ea3af 12license = GPLv3+
f7664dac 13summary = A GNU archiving program
9948bd8f 14
802ea3af 15description
f7664dac
MT
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
9948bd8f 20 tape, or a pipe.
802ea3af
MT
21end
22
f7664dac 23source_dl = https://ftp.gnu.org/gnu/cpio/
802ea3af
MT
24
25build
f7664dac
MT
26 CFLAGS += -fcommon
27
802ea3af 28 configure_options += \
802ea3af
MT
29 --libexecdir=/tmp \
30 --with-rmt=/usr/sbin/rmt
31
32 test
33 make check
34 end
35end
36
37packages
38 package %{name}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end