GARNAME = gnome-pilot-conduits
GARVERSION = 2.0.13
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

# Auto detect and apply pilot-link-0.12 patch for FC4 and FC5
PATCHFILES += $(shell if [ "`which lsb_release`" ] > /dev/null 2>&1 ; then if [ "`lsb_release -i | grep FedoraCore`" ] && [ "`lsb_release -r | grep [45]`" ] > /dev/null 2>&1 ; then echo "port-to-pilot-link-0.12.diff" ; fi ; fi)

LIBDEPS = office/gnome-pilot

DESCRIPTION = gnome-pilot-conduits
define BLURB
 #FIXME: blurb goes here
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
