]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - hdparm/hdparm.nm
python-setuputils: Update to 40.4.3
[ipfire-3.x.git] / hdparm / hdparm.nm
index be51efd5595dabe8c5773fc9e8cabbb479480eda..0522146f40679db564895fabdee2c2d580b71a31 100644 (file)
@@ -4,25 +4,26 @@
 ###############################################################################
 
 name       = hdparm
-version    = 9.37
-release    = 1
+version    = 9.48
+release    = 2
 
-groups     = Base Applications/Hardware
+groups     = Applications/Hardware
 url        = http://sourceforge.net/projects/hdparm/
 license    = BSD
 summary    = A utility for displaying and/or setting hard disk parameters.
 
 description
-       Hdparm is a useful system utility for setting (E)IDE hard drive \
-       parameters. For example, hdparm can be used to tweak hard drive \
+       Hdparm is a useful system utility for setting (E)IDE hard drive
+       parameters. For example, hdparm can be used to tweak hard drive
        performance and to spin down hard drives for power conservation.
 end
 
-source_dl  =
+source_dl  = http://sourceforge.net/projects/%{name}/files/%{name}/
 
 build
        build
-               cd %{DIR_APP} && CFLAGS="%{CFLAGS}" make %{PARALELLIAMFLAGS} LDFLAGS=
+               make %{PARALLELISMFLAGS} \
+                       STRIP=/bin/true CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
        end
 
        install
@@ -32,6 +33,7 @@ end
 
 packages
        package %{name}
+               groups += Base
        end
 
        package %{name}-debuginfo