]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - hdparm/hdparm.nm
hdparm: Update to 9.38.
[people/amarx/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
17863b89
SS
7version = 9.38
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
25 cd %{DIR_APP} && CFLAGS="%{CFLAGS}" make %{PARALELLIAMFLAGS} LDFLAGS=
26 end
53d528c1 27
802ea3af
MT
28 install
29 make install DESTDIR=%{BUILDROOT} binprefix=/usr
30 end
31end
53d528c1 32
802ea3af
MT
33packages
34 package %{name}
bbdb881e 35 groups += Base
802ea3af 36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end