GARNAME = banshee-official-plugins
GARVERSION = 0.11.2
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://www.banshee-project.org/files/banshee-official-plugins/
	
LIBDEPS = platform/gtk+ platform/gnome-vfs mono/ipod-sharp

DESCRIPTION = banshee
MAINTAINER = Joseph Sacco <joseph_sacco@comcast.net>
define BLURB
banshee-official-plugins provides official plugins supported and maintained
by core members the Banshee project. This is an add-on module for Banshee
that extends the core application functionality with extra features.
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --with-gstreamer-0-10 --disable-helix
BUILD_ARGS = -j1

include ../category.mk
