]> git.ipfire.org Git - ipfire-3.x.git/blame - cpio/cpio.nm
Add a -debuginfo for every package that is not noarch.
[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
5b7b8d56 7version = 2.11
802ea3af 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 += \
28 --bindir=/bin \
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