]> git.ipfire.org Git - ipfire-3.x.git/blame - cpio/cpio.nm
kernel: Disable support for 6RD
[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
38e2df8c
MT
7version = 2.12
8release = 1
9948bd8f 9
802ea3af
MT
10groups = System/Packaging
11url = http://www.gnu.org/software/cpio/
12license = GPLv3+
13summary = A GNU archiving program.
9948bd8f 14
802ea3af 15description
9948bd8f
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 \
20 tape, or a pipe.
802ea3af
MT
21end
22
23source_dl = http://ftp.gnu.org/gnu/cpio/
24sources = %{thisapp}.tar.bz2
25
26build
27 configure_options += \
802ea3af
MT
28 --libexecdir=/tmp \
29 --with-rmt=/usr/sbin/rmt
30
31 test
32 make check
33 end
34end
35
36packages
37 package %{name}
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end