]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - cpio/cpio.nm
libnl3: New package.
[people/ms/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.11
8 release = 2
9
10 groups = System/Packaging
11 url = http://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 = http://ftp.gnu.org/gnu/cpio/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 configure_options += \
28 --libexecdir=/tmp \
29 --with-rmt=/usr/sbin/rmt
30
31 test
32 make check
33 end
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end