]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - cpio/cpio.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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 = 1
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 --bindir=/bin \
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