]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - hdparm/hdparm.nm
glibc: Disable multilib support on X86_64
[people/stevee/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.65
8 release = 1
9
10 groups = Applications/Hardware
11 url = https://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 = https://sourceforge.net/projects/%{name}/files/%{name}/
22
23 build
24 build
25 make %{PARALLELISMFLAGS} \
26 STRIP=/bin/true CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
27 end
28
29 install
30 make install DESTDIR=%{BUILDROOT} binprefix=/usr
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end