# $Id$ PNAME="thunar-media-tags-plugin" PVER="0.1.2_git20111117" PBUILD="r1" DESCRIPTION="Automatic management for removeable devices in thunar." HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-media-tags-plugin/" DEPEND=">= xfce-base/thunar-1.2.3 >= media-libs/taglib-1.7" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude xfce UP2DATE="updatecmd ${HOMEPAGE} | lasttarball" src_prepare() { munpack ${SRCFILE} || die cd ${SRCDIR} mautoreconf || die }