contrib/inotify-tools/Pkgfile
2017-04-14 00:06:57 +10:00

19 lines
642 B
Plaintext

# 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
version=3.14
release=3
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}