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

update also: gpgme, libgpg-error and gpa
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 06:52:39 2018 +0000 (2018-06-09)
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 }