wok-next annotate hdparm/receipt @ rev 21595

updated dokuwiki (2012-01-25 -> 2018-04-22c)
author Hans-G?nter Theisgen
date Wed Jun 24 13:53:45 2020 +0100 (2020-06-24)
parents a3c581bf52b8
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
hipeng@10955 2
hipeng@10955 3 PACKAGE="hdparm"
hipeng@10955 4 VERSION="9.37"
hipeng@10955 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Get and set (S)ATA drive parameters under Linux"
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15215 8 LICENSE="BSD"
al@21020 9 WEB_SITE="https://sourceforge.net/projects/hdparm/"
al@21020 10
hipeng@10955 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
hipeng@10955 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
hipeng@10955 13
al@21020 14 compile_rules() {
al@21020 15 make &&
al@21020 16 make DESTDIR=$install install
hipeng@10955 17 }
hipeng@10955 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
al@21020 21 DEPENDS="glibc"
hipeng@10955 22 }