wok diff hdparm/receipt @ rev 24703
updated ladspa and ladspa-dev (1.15 -> 1.17)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 14 11:12:41 2022 +0100 (2022-03-14) |
parents | ba7cbdb5749c |
children | ad0bc3efbf37 |
line diff
1.1 --- a/hdparm/receipt Wed Feb 09 21:05:34 2022 +0000 1.2 +++ b/hdparm/receipt Mon Mar 14 11:12:41 2022 +0100 1.3 @@ -1,9 +1,9 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="hdparm" 1.7 -VERSION="9.58" 1.8 +VERSION="9.63" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="Get and set [S]ATA drive parameters under Linux" 1.11 +SHORT_DESC="Get and set [S]ATA drive parameters under Linux." 1.12 MAINTAINER="lufeng369@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://sourceforge.net/projects/hdparm/" 1.15 @@ -23,13 +23,12 @@ 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 - make -j 1 && 1.20 - make DESTDIR=$DESTDIR install 1.21 + make && 1.22 + make install DESTDIR=$DESTDIR 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - mkdir -p $fs/sbin 1.29 - cp -a $install/sbin/hdparm $fs/sbin/ 1.30 + cook_copy_folders sbin 1.31 }