diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,21 @@ name : hdparm -version : 9.45 -release : 1 +version : 9.52 +release : 2 source : - - http://softlayer-sng.dl.sourceforge.net/project/hdparm/hdparm/hdparm-9.45.tar.gz : 23b01caa56a995cf0897877b6aff98ea622a5df255bc2894b1a7693387f38669 -license : BSD -summary : hdparm -clang : no + - https://freefr.dl.sourceforge.net/project/hdparm/hdparm/hdparm-9.52.tar.gz : c3429cd423e271fa565bf584598fd751dd2e773bb7199a592b06b5a61cec4fb6 +license : + - BSD-3-Clause # BSD-style ? + - GPL-2.0 # wiper, apt.c +summary : hdparm - get/set ATA/SATA drive parameters under Linux description: | - hdparm - get/set ATA/SATA drive parameters under Linux -builddeps : -setup : | + hdparm is a command line utility to set and view hardware parameters of hard disk drives. It can also be used as a simple benchmarking tool. build : | %make install : | %make_install + + install -m755 $workdir/contrib/idectl $installdir/sbin + install -m755 $workdir/contrib/ultrabayd $installdir/sbin + + install -D -m 0644 $workdir/wiper/README.txt $installdir/usr/share/doc/wiper/README.txt + install -D -m 0755 $workdir/wiper/wiper.sh $installdir/usr/sbin/wiper.sh diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,32 +2,35 @@ hdparm - Justin Zobel - justin.zobel@gmail.com + Pierre-Yves + pyu@riseup.net - BSD - hdparm - hdparm - get/set ATA/SATA drive parameters under Linux + BSD-3-Clause + GPL-2.0 + hdparm - get/set ATA/SATA drive parameters under Linux + hdparm is a command line utility to set and view hardware parameters of hard disk drives. It can also be used as a simple benchmarking tool. - https://evolve-os.com/sources/README + https://solus-project.com/sources/README.Solus hdparm - hdparm - hdparm - get/set ATA/SATA drive parameters under Linux + hdparm - get/set ATA/SATA drive parameters under Linux + hdparm is a command line utility to set and view hardware parameters of hard disk drives. It can also be used as a simple benchmarking tool. + /sbin + /usr/sbin + /usr/share/doc /usr/share/man - /sbin/hdparm - - 2015-04-01 - 9.45 + + 2017-05-07 + 9.52 Packaging update - Justin Zobel - justin.zobel@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file