# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A simple desktop sound mixer for e17" HOMEPAGE="http://www.get-e.org/Resources/Modules/" My_V="0.0.14hb" My_P="${PN}-${My_V}" SRC_URI="http://www.get-e.org/Resources/Modules/_files/${My_P}.tar.bz2" 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" S="${WORKDIR}/${My_P}" src_install() { make install DESTDIR=${D} } pkg_postinst () { einfo "enlightenment_remote -module-load ${PN}" einfo "to enable this module" }