contrib/inotify-tools/Pkgfile

20 lines
569 B
Plaintext
Raw Normal View History

# 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
name=inotify-tools
2020-11-29 13:52:52 +01:00
version=3.20.11.0
2019-04-10 01:17:16 +02:00
release=1
source=(http://github.com/rvoicilas/inotify-tools/archive/$version/inotify-tools-$version.tar.gz)
build() {
cd $name-$version
2019-04-10 01:17:16 +02:00
./autogen.sh
2017-04-13 16:06:57 +02:00
./configure --prefix=/usr
2019-04-10 01:17:16 +02:00
make
make DESTDIR=$PKG install
}