wok-next view inotify-tools/receipt @ rev 20655

Up boxbackup (0.12)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 04 14:33:10 2018 +0300 (2018-05-04)
parents d43bf7aae921
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="inotify-tools"
4 VERSION="3.14"
5 CATEGORY="system-tools"
6 SHORT_DESC="Set of programs providing a simple interface to inotify"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL"
14 compile_rules() {
15 ./configure &&
16 fix libtool &&
17 make &&
18 make install
19 }
21 genpkg_rules() {
22 copy @std
23 }