# Copyright 2008 Dominik George # Distributed under the terms of the GNU General Public License v3 # $Header: $ inherit eutils DESCRIPTION="Last.fm Plugin for the Pidgin Instant Messenger" SRC_URI="http://pidgin-lastfm.naturalnet.de/download/${PN}_${PV}_all.tar.bz2" HOMEPAGE="http://pidgin-lastfm.naturalnet.de" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-3" IUSE="" RDEPEND="dev-lang/perl net-im/pidgin" src_install() { # The plugin itself mkdir -p ${D}/usr/lib/pidgin-lastfm cp ${WORKDIR}/pidgin-lastfm/src/lastfm.pl ${D}/usr/lib/pidgin-lastfm # Any interesting doc files mkdir -p ${D}/usr/share/doc/pidgin-lastfm cp ${WORKDIR}/pidgin-lastfm/docs/* ${D}/usr/share/doc/pidgin-lastfm }