inotify-tools: adopted port

This commit is contained in:
Tim Biermann 2021-02-01 10:55:03 +00:00
parent e88f1e19bc
commit 72690b2c1b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 11 deletions

View File

@ -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

View File

@ -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
}