]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/hdparm/hdparm.nm
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pkgs / 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.37
8 release = 1
9
10 groups = Base 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 =
22
23 build
24 build
25 cd %{DIR_APP} && CFLAGS="%{CFLAGS}" make %{PARALELLIAMFLAGS} LDFLAGS=
26 end
27
28 install
29 make install DESTDIR=%{BUILDROOT} binprefix=/usr
30 end
31 end
32
33 packages
34 package %{name}
35 end
36 end