wok-next diff iwatch/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents a95b0be09647
children
line diff
     1.1 --- a/iwatch/receipt	Wed Nov 26 13:45:57 2014 +0100
     1.2 +++ b/iwatch/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -3,18 +3,17 @@
     1.4  PACKAGE="iwatch"
     1.5  VERSION="0.2.2"
     1.6  CATEGORY="base-system"
     1.7 -SHORT_DESC="Realtime filesystem monitor."
     1.8 +SHORT_DESC="Realtime filesystem monitor"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="http://iwatch.sourceforge.net/index.html"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tgz"
    1.14 -WEB_SITE="http://iwatch.sourceforge.net/"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17 -DEPENDS="perl-linux-inotify2 perl-event perl-mail-sendmail perl-xml-simple"
    1.18  
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	mkdir -p $fs/usr/bin
    1.24  	cp -a $src/iwatch $fs/usr/bin
    1.25 +	DEPENDS="perl-linux-inotify2 perl-event perl-mail-sendmail perl-xml-simple"
    1.26  }