2006-10-10 03:30:37 +00:00
|
|
|
# Description: A file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system.
|
2006-02-23 15:26:10 +00:00
|
|
|
# URL: http://www.gnome.org/~veillard/gamin/
|
2006-10-10 03:30:37 +00:00
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: glib, python
|
|
|
|
|
|
|
|
name=gamin
|
|
|
|
version=0.1.7
|
|
|
|
release=1
|
|
|
|
source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2006-10-10 03:30:37 +00:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--libexecdir=/usr/sbin \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-dnotify \
|
|
|
|
--enable-inotify \
|
|
|
|
--disable-debug
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|