# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Mount removable devices as a normal user" SRC_URI="http://www.piware.de/projects/${P}.tar.gz" HOMEPAGE="http://www.piware.de/projects.shtml" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="hal" DEPEND=">=sys-fs/sysfsutils-1.0" src_install () { make DESTDIR=${D} PREFIX=usr install || die "make install failed" dodoc AUTHORS CHANGES README if use hal; then dodir /etc/hal/device.d/ dosym /usr/bin/pmount-hal /etc/hal/device.d/30-pmount.hal fi } pkg_postinst() { einfo "This package has been installed setuid." }