]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - hdparm/hdparm.nm
Add a -debuginfo for every package that is not noarch.
[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
MT
6name = hdparm
7version = 9.37
8release = 1
53d528c1 9
802ea3af
MT
10groups = Base Applications/Hardware
11url = http://sourceforge.net/projects/hdparm/
12license = BSD
13summary = A utility for displaying and/or setting hard disk parameters.
53d528c1 14
802ea3af 15description
53d528c1
BS
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.
802ea3af
MT
19end
20
21source_dl =
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}
35 end
1f9bc2f0
MT
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
802ea3af 40end