GARNAME = f-spot
GARVERSION = 0.4.1
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = mono/gtk-sharp2.0 mono/gnome-sharp

DESCRIPTION = f-spot
MAINTAINER = Joseph Sacco <jsacco@gnome.org>
define BLURB
F-Spot is a full-featured personal photo management 
application for the GNOME desktop
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

pre-configure:
	@cd $(WORKSRC)/dbus-sharp; \
	if [ ! -f Address.cs- ]; then mv Address.cs Address.cs-; fi; \
	$(SED) -e 's?/var/?$(localstatedir)/?' Address.cs- > Address.cs
	$(MAKECOOKIE)
