# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit enlightenment My_PN="mount" My_P="${My_PN}-${PV}" DESCRIPTION="A nice mount/unmount 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="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_PN}" src_compile() { enlightenment_src_compile } pkg_postinst () { einfo "Please make sure that in /etc/fstab the option 'user' is enabled" einfo "for the devices you want to use with this tool" einfo "Here some examples:" einfo "/dev/hdc /mnt/dvd iso9660 noauto,noatime,ro,user 0 2" einfo "/dev/sda2 /mnt/ipod vfat noauto,ro,user 0 2" einfo "Afterwards you can enable the module:" einfo "enlightenment_remote -module-load ${My_PN}" }