wok rev 24639

updated hdparm (9.58 -> 9.63)
author Hans-G?nter Theisgen
date Wed Mar 09 15:36:39 2022 +0100 (2022-03-09)
parents 8ed7694bbe1f
children 7500c38695e9
files hdparm/receipt
line diff
     1.1 --- a/hdparm/receipt	Wed Mar 09 15:26:35 2022 +0100
     1.2 +++ b/hdparm/receipt	Wed Mar 09 15:36:39 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  }