# Description: A file and directory monitoring system defined to be a subset of the FAM  system
# URL: http://www.gnome.org/~veillard/gamin/
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
# Depends on: glib python

name=gamin
version=0.1.9
release=1
source=(http://www.gnome.org/~veillard/$name/sources/$name-$version.tar.gz)

build() {
        cd $name-$version
        ./configure \
            --prefix=/usr \
            --libexecdir=/usr/sbin \
            --disable-gtk-doc \
            --disable-dnotify \
            --enable-inotify
        make
        make DESTDIR=$PKG install
}
