# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ My_PN="moon" My_P="${My_PN}-${PV}" DESCRIPTION="An e17 module that displays current phase of the moon" HOMEPAGE="http://www.get-e.org/Resources/Modules/" SRC_URI="http://www.get-e.org/Resources/Modules/_files/${My_P}.tar.gz" LICENSE="freedist" 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() { ./autogen.sh --prefix=/usr/lib/enlightenment/modules } src_install() { make install DESTDIR=${D} dodoc AUTHORS README TODO } pkg_postinst () { einfo "enlightenment_remote -module-load ${My_PN}" einfo "to enable this module" }