]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - sg3-utils/sg3-utils.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/ipfire-3.x.git] / sg3-utils / sg3-utils.nm
CommitLineData
2d604fec 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2d604fec
MT
4###############################################################################
5
d0550ef7 6name = sg3-utils
802ea3af 7version = 1.32
d0550ef7
MT
8release = 2
9thisapp = sg3_utils-%{version}
2d604fec 10
802ea3af
MT
11groups = Applications/System
12url = http://sg.danny.cz/sg/sg3_utils.html
13license = GPLv2+ and BSD
14summary = Utilities for devices that use SCSI command sets.
2d604fec 15
802ea3af
MT
16description
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
2d604fec 21 disks (sg_start); do self tests (sg_senddiag); and various other functions.
802ea3af 22end
2d604fec 23
802ea3af
MT
24source_dl = http://sg.danny.cz/sg/p/
25sources = %{thisapp}.tgz
983743c3 26
802ea3af
MT
27packages
28 package %{name}
29 end
1f9bc2f0 30
802ea3af
MT
31 package %{name}-libs
32 template LIBS
33 end
1f9bc2f0 34
802ea3af
MT
35 package %{name}-devel
36 template DEVEL
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end