GARNAME = gnome-pilot
GARVERSION = 2.0.13
CATEGORIES = office
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
PATCHFILES = garnome-fixes.diff pisock-fix.diff

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

LIBDEPS = desktop/gnome-panel hacker-tools/gob2

DESCRIPTION = gnome-pilot
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
