GARNAME = gamin
GARVERSION = 0.1.8
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://www.gnome.org/~veillard/gamin/sources/

LIBDEPS = platform/glib

DESCRIPTION = gamin
define BLURB
Gamin is a file and directory monitoring system defined to be
a subset of the FAM (File Alteration Monitor) system.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS) --with-python

include ../category.mk

check:
	@cd $(WORKSRC) && $(MAKE) check
