wok-next annotate smartmontools/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents 3b4e4318134e
children d5aab818505e
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."
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://smartmontools.sourceforge.net/"
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@20534 17 make DESTDIR=$DESTDIR 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 }