wok-next annotate inotify-tools/receipt @ rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents d43bf7aae921
children d5aab818505e
rev   line source
al@20575 1 # SliTaz package receipt v2.
pankso@15851 2
pankso@15851 3 PACKAGE="inotify-tools"
pankso@15851 4 VERSION="3.14"
pankso@15851 5 CATEGORY="system-tools"
al@20575 6 SHORT_DESC="Set of programs providing a simple interface to inotify"
pankso@15851 7 MAINTAINER="pankso@slitaz.org"
pankso@15851 8 LICENSE="GPL"
al@20575 9 WEB_SITE="https://github.com/rvoicilas/inotify-tools/wiki"
al@20575 10
pankso@15851 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15853 12 WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL"
pankso@15851 13
al@20575 14 compile_rules() {
al@20575 15 ./configure &&
al@20575 16 fix libtool &&
al@20575 17 make &&
al@20575 18 make install
pankso@15851 19 }
pankso@15851 20
al@20575 21 genpkg_rules() {
al@20575 22 copy @std
pankso@15851 23 }