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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 0ec6086e21d6
children
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="devel@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 }