]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - hdparm/hdparm.nm
Merge remote-tracking branch 'ummeegge/mdadm-update'
[people/ms/ipfire-3.x.git] / hdparm / hdparm.nm
CommitLineData
53d528c1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
53d528c1
BS
4###############################################################################
5
802ea3af 6name = hdparm
f29d4f37
SS
7version = 9.39
8release = 1
53d528c1 9
bbdb881e 10groups = Applications/Hardware
802ea3af
MT
11url = http://sourceforge.net/projects/hdparm/
12license = BSD
13summary = A utility for displaying and/or setting hard disk parameters.
53d528c1 14
802ea3af 15description
17863b89
SS
16 Hdparm is a useful system utility for setting (E)IDE hard drive
17 parameters. For example, hdparm can be used to tweak hard drive
53d528c1 18 performance and to spin down hard drives for power conservation.
802ea3af
MT
19end
20
17863b89 21source_dl = http://sourceforge.net/projects/%{name}/files/%{name}/
53d528c1 22
802ea3af
MT
23build
24 build
d42d8422 25 CFLAGS="%{CFLAGS}" make %{PARALLELISMFLAGS} \
cf36d19d 26 STRIP=/bin/true LDFLAGS=
802ea3af 27 end
53d528c1 28
802ea3af
MT
29 install
30 make install DESTDIR=%{BUILDROOT} binprefix=/usr
31 end
32end
53d528c1 33
802ea3af
MT
34packages
35 package %{name}
bbdb881e 36 groups += Base
802ea3af 37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end