# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit enlightenment My_PN="calendar" My_P="${My_PN}-${PV}" DESCRIPTION="A nice calendar module for the e17 desktop" HOMEPAGE="http://www.get-e.org/Resources/Modules/" SRC_URI="http://www.get-e.org/Resources/Modules/_files/${My_P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-wm/e x11-libs/ecore x11-libs/evas x11-libs/esmart media-libs/edje dev-libs/eet" S="${WORKDIR}/${My_P}" src_compile() { enlightenment_src_compile } pkg_postinst () { einfo "enlightenment_remote -module-load calendar" einfo "to enable this module" }