ports/contrib (3.6): inotify-tools: adopted port
commit 72690b2c1b2d703c16b91eb0e90fa553817f2e46 Author: Tim Biermann <tbier@posteo.de> Date: Mon Feb 1 10:55:03 2021 +0000 inotify-tools: adopted port diff --git a/inotify-tools/.signature b/inotify-tools/.signature index 098f92ee0..0c888c801 100644 --- a/inotify-tools/.signature +++ b/inotify-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30q27/w0TPT9eED2mqNMZ8H80c75BM81UTpCGfMG5oOIjAzm/daPat576ft8lteFhgIdnL6eRGuyuzdIWMnqPw4= -SHA256 (Pkgfile) = ec236b99336fd7d432a3006151295d5cd783a85265f530d9393fe77c10e1ce40 +RWSagIOpLGJF3xV1SDkzK1cY9rq6gaK+lyKm9mx+2qZ2KYwE4bKfMjMCGEI6Yndw/PfAerNcjScuSfklCMdnTgo3O9rH3A66vAE= +SHA256 (Pkgfile) = ee0a4d5ad055503025f72c1b83d78da846844f562375fcda5bf8a51ebae8e768 SHA256 (.footprint) = f4ea0f62ba432a8a3bb90cdc55cd070a94ba1b59257fc0e4150cb23c93170948 SHA256 (inotify-tools-3.20.11.0.tar.gz) = 58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14 diff --git a/inotify-tools/Pkgfile b/inotify-tools/Pkgfile index d472f2806..2f2ebfc64 100644 --- a/inotify-tools/Pkgfile +++ b/inotify-tools/Pkgfile @@ -1,19 +1,18 @@ # Description: inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify -# URL: http://inotify-tools.sourceforge.net/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Till Biedermann, tillbiedermann at yahoo dot de +# URL: https://github.com/inotify-tools/inotify-tools +# Maintainer: Tim Biermann, tbier at posteo dot de name=inotify-tools version=3.20.11.0 release=1 -source=(http://github.com/rvoicilas/inotify-tools/archive/$version/inotify-tools-$ve...) +source=(https://github.com/inotify-tools/inotify-tools/archive/$version/$name-$versi...) build() { - cd $name-$version + cd $name-$version - ./autogen.sh - ./configure --prefix=/usr + ./autogen.sh + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu