GARNAME = monkey-bubble
GARVERSION = 0.3.2
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = monkey-bubble-0.3.2-fixes.patch monkey-bubble-0.3.2-gstreamer.patch

MASTER_SITES = http://home.gna.org/monkeybubble/downloads/

LIBDEPS = platform/gtk+

DESCRIPTION = monkey-bubble
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

# fix build for GCC 4.x
CFLAGS += `if [ "$$($(CC) --version | grep -e 'GCC.* 4\.')" ]; \
  then echo " -Wno-pointer-sign"; fi `
