wok-next view iwatch/receipt @ rev 21157

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 04 11:54:13 2019 +0100 (2019-02-04)
parents a95b0be09647
children
line source
1 # SliTaz package receipt.
3 PACKAGE="iwatch"
4 VERSION="0.2.2"
5 CATEGORY="base-system"
6 SHORT_DESC="Realtime filesystem monitor"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://iwatch.sourceforge.net/index.html"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 genpkg_rules() {
16 mkdir -p $fs/usr/bin
17 cp -a $src/iwatch $fs/usr/bin
18 DEPENDS="perl-linux-inotify2 perl-event perl-mail-sendmail perl-xml-simple"
19 }