GARNAME = libipoddevice
GARVERSION = 0.5.3
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://banshee-project.org/files/libipoddevice/
	
LIBDEPS = freedesktop/hal platform/glib desktop/libgtop

DESCRIPTION = libipoddevice
MAINTAINER = Joseph Sacco <joseph_sacco@comcast.net>
define BLURB
libipoddevice is a device-specific layer for the Apple iPod (http://www.apple.com/ipod). 
libipoddevice provides iPod-specific HAL event notification to applications, and along 
with objects representing an iPod, which gives the application access to properties 
and features of an iPod
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
