wok annotate hdparm/receipt @ rev 22118

updated wammu (0.43 -> 0.44)
author Hans-G?nter Theisgen
date Sun Nov 03 10:17:18 2019 +0100 (2019-11-03)
parents 86790a278e70
children ba7cbdb5749c
rev   line source
hipeng@10955 1 # SliTaz package receipt.
hipeng@10955 2
hipeng@10955 3 PACKAGE="hdparm"
Hans-G?nter@21033 4 VERSION="9.58"
hipeng@10955 5 CATEGORY="system-tools"
Hans-G?nter@21033 6 SHORT_DESC="Get and set [S]ATA drive parameters under Linux"
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15215 8 LICENSE="BSD"
Hans-G?nter@21033 9 WEB_SITE="https://sourceforge.net/projects/hdparm/"
Hans-G?nter@21033 10
hipeng@10955 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
hipeng@10955 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
hipeng@10955 13
pascal@15215 14 DEPENDS="glibc"
pascal@15215 15
hipeng@10955 16 # Rules to configure and make the package.
hipeng@10955 17 compile_rules()
hipeng@10955 18 {
Hans-G?nter@21033 19 make -j 1 &&
Hans-G?nter@21033 20 make DESTDIR=$DESTDIR install
hipeng@10955 21 }
hipeng@10955 22
hipeng@10955 23 # Rules to gen a SliTaz package suitable for Tazpkg.
hipeng@10955 24 genpkg_rules()
hipeng@10955 25 {
hipeng@10955 26 mkdir -p $fs/sbin
pascal@15215 27 cp -a $install/sbin/hdparm $fs/sbin/
hipeng@10955 28 }