GARNAME = ipod-sharp
GARVERSION = 0.6.3
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://banshee-project.org/files/ipod-sharp/
	
LIBDEPS = geektoys/libipoddevice mono/mono platform/gtk+ platform/gnome-vfs mono/gtk-sharp2.0

DESCRIPTION = ipod-sharp
MAINTAINER = Joseph Sacco <jsacco@gnome.org>
define BLURB
ipod-sharp is a library that allows manipulation of the iTunesDB used in
Apple iPod devices.  Currently it supports adding/removing songs and
manipulating playlists.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)
BUILD_ARGS = -j1

include ../category.mk
