]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - hdparm/hdparm.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / hdparm / hdparm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = hdparm
7 version = 9.43
8 release = 1
9
10 groups = Applications/Hardware
11 url = http://sourceforge.net/projects/hdparm/
12 license = BSD
13 summary = A utility for displaying and/or setting hard disk parameters.
14
15 description
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
18 performance and to spin down hard drives for power conservation.
19 end
20
21 source_dl = http://sourceforge.net/projects/%{name}/files/%{name}/
22
23 build
24 build
25 CFLAGS="%{CFLAGS}" make %{PARALLELISMFLAGS} \
26 STRIP=/bin/true LDFLAGS=
27 end
28
29 install
30 make install DESTDIR=%{BUILDROOT} binprefix=/usr
31 end
32 end
33
34 packages
35 package %{name}
36 groups += Base
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end