wok-6.x diff watchdog/receipt @ rev 18541
Add slitaz-icons-faenza-dark; plus various small fixes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 05 21:30:50 2015 +0200 (2015-11-05) |
parents | c576fbb79591 |
children | 9e01bc6321ea |
line diff
1.1 --- a/watchdog/receipt Fri Oct 22 17:57:10 2010 +0200 1.2 +++ b/watchdog/receipt Thu Nov 05 21:30:50 2015 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Software watchdog for Linux." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://watchdog.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -18,15 +19,15 @@ 1.12 --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 make && 1.15 - make DESTDIR=$PWD/_pkg install 1.16 + make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/etc $fs 1.24 - cp -a $_pkg/usr/sbin $fs/usr 1.25 + cp -a $install/etc $fs 1.26 + cp -a $install/usr/sbin $fs/usr 1.27 } 1.28 1.29 # Pre and post install commands for Tazpkg.