wok-next annotate smartmontools/receipt @ rev 20902
brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jul 28 15:39:37 2018 +0300 (2018-07-28) |
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 } |