diff options
author | Tim Biermann <tbier@posteo.de> | 2021-02-01 10:55:03 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-02-01 10:55:03 +0000 |
commit | 72690b2c1b2d703c16b91eb0e90fa553817f2e46 (patch) | |
tree | c3c82575232c3a6806df32ab5593194018e653ff /inotify-tools | |
parent | e88f1e19bcd4a62c6554353005f334ef0b330a23 (diff) | |
download | contrib-72690b2c1b2d703c16b91eb0e90fa553817f2e46.tar.gz contrib-72690b2c1b2d703c16b91eb0e90fa553817f2e46.tar.xz |
inotify-tools: adopted port
Diffstat (limited to 'inotify-tools')
-rw-r--r-- | inotify-tools/.signature | 4 | ||||
-rw-r--r-- | inotify-tools/Pkgfile | 17 |
2 files changed, 10 insertions, 11 deletions
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-$version.tar.gz) +source=(https://github.com/inotify-tools/inotify-tools/archive/$version/$name-$version.tar.gz) 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 } |