wok-next annotate 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
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"
al@21020 7 MAINTAINER="devel@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 }