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