]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - sg3-utils/sg3-utils.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / sg3-utils / sg3-utils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = sg3_utils
7 version = 1.32
8 release = 1
9
10 groups = Applications/System
11 url = http://sg.danny.cz/sg/sg3_utils.html
12 license = GPLv2+ and BSD
13 summary = Utilities for devices that use SCSI command sets.
14
15 description
16 Collection of Linux utilities for devices that use the SCSI command set.
17 Includes utilities to copy data based on dd syntax and semantics (called
18 sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check
19 mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
20 disks (sg_start); do self tests (sg_senddiag); and various other functions.
21 end
22
23 source_dl = http://sg.danny.cz/sg/p/
24 sources = %{thisapp}.tgz
25
26 packages
27 package %{name}
28 end
29
30 package %{name}-libs
31 template LIBS
32 end
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end