wok diff hdparm/receipt @ rev 23602
updated qtkeychain and qtkeychain-dev (0.5.0 -> 0.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 11 16:43:49 2020 +0100 (2020-04-11) |
parents | 86790a278e70 |
children | ba7cbdb5749c |
line diff
1.1 --- a/hdparm/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/hdparm/receipt Sat Apr 11 16:43:49 2020 +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 -