wok rev 21033

updated hdparm (9.37 -> 9.58)
author Hans-G?nter Theisgen
date Mon Mar 11 13:14:36 2019 +0100 (2019-03-11)
parents bd50558bbb54
children 917bf829bf94
files hdparm/receipt
line diff
     1.1 --- a/hdparm/receipt	Mon Mar 11 13:05:00 2019 +0100
     1.2 +++ b/hdparm/receipt	Mon Mar 11 13:14:36 2019 +0100
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="hdparm"
     1.7 -VERSION="9.37"
     1.8 +VERSION="9.58"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="hdparm - get/set ATA/SATA 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 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://sourceforge.net/projects/hdparm/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19  
    1.20  DEPENDS="glibc"
    1.21 @@ -15,8 +16,8 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	make && make DESTDIR=$DESTDIR install
    1.27 +	make -j 1 &&
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -25,4 +26,3 @@
    1.33  	mkdir -p $fs/sbin
    1.34  	cp -a $install/sbin/hdparm $fs/sbin/
    1.35  }
    1.36 -