wok-next annotate smartmontools/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents 757d032c55c7
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
erjo@621 2
erjo@621 3 PACKAGE="smartmontools"
slaxemulator@11038 4 VERSION="5.41"
erjo@621 5 CATEGORY="system-tools"
erjo@621 6 SHORT_DESC="Monitors disk and tape health via S.M.A.R.T."
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.smartmontools.org/"
al@20534 10
erjo@621 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@11038 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@621 13
al@20534 14 compile_rules() {
al@20534 15 ./configure $CONFIGURE_ARGS &&
al@20534 16 make &&
al@21020 17 make DESTDIR=$install install || return 1
pascal@15593 18
al@20534 19 install -Dm755 $stuff/etc/init.d/smartd $install/etc/init.d/smartd
erjo@621 20 }
erjo@621 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
erjo@621 24 }