# Description: File and directory monitoring system # URL: http://www.gnome.org/~veillard/gamin # Packager: Matt Housh, jaeger at morpheus dot net # Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Depends on: glib, python name=gamin version=0.1.9 release=1 source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/sbin \ --disable-gtk-doc \ --disable-dnotify \ --enable-inotify \ --disable-debug make make DESTDIR=$PKG install }