# $Id$ PNAME="libgpod" PVER="0.7.2" PBUILD="r1" PCATEGORIE="media-libs" STATE="unstable" DESCRIPTION="Shared library to access the contents of an iPod." HOMEPAGE="http://www.gtkpod.org/libgpod/" DEPEND=">= dev-libs/glib2-2.20 >= x11-libs/gtk2+-2.16 >= dev-libs/libxml2-2.7 >= sys-apps/hal-0.5.12 >= sys-apps/sg3-utils-1.27" SDEPEND=">= dev-util/pkgconfig-0.23 >= dev-libs/libxslt-1.1.24" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://gtkpod/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_sourceforge gtkpod ${PNAME} | sed 's:${PNAME}-::'" src_compile() { cd ${SRCDIR} # disabled python support atm mconfigure --with-hal --enable-gdk-pixbuf --without-python --disable-pyobject || die mmake || die }