wok view iwatch/receipt @ rev 22257

updated xorg-xextproto (7.2.1 -> 7.3.0)
author Hans-G?nter Theisgen
date Tue Nov 12 17:24:30 2019 +0100 (2019-11-12)
parents
children 204fd735da5d
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 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://iwatch.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="perl-linux-inotify2 perl-event perl-mail-sendmail perl-xml-simple"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $src/iwatch $fs/usr/bin
20 }