# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit xfce4 DESCRIPTION="Media tags editor plugin for thunar file manager" HOMEPAGE="http://thunar.xfce.org/pwiki/projects/thunar-media-tags-plugin" SRC_URI="http://download.berlios.de/xfce-goodies/thunar-media-tags-plugin-0.1.0.tar.bz2" # S="${WORKDIR}/Thunar-0.3.0beta1" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=" >=xfce-extra/exo-0.3.1.3 >=xfce-extra/thunar-0.2.3 >=media-libs/taglib-1.4" src_compile() { local myconf econf || die "econf failed" emake || die "emake failed" }