# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit enlightenment DESCRIPTION="An e17 module that displays the current playing title on screen" HOMEPAGE="http://www.get-e.org/Resources/Modules/" SRC_URI="http://www.get-e.org/Resources/Modules/_files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-wm/e x11-libs/ecore x11-libs/evas x11-libs/esmart media-libs/edje dev-libs/eet" src_compile() { enlightenment_src_compile } pkg_postinst () { einfo "enlightenment_remote -module-load ${PN}" einfo "to enable this module" }