# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.13.ebuild,v 1.5 2007/02/13 10:01:37 corsair Exp $ inherit eutils DESCRIPTION="Daemon to mount/unmount devices, based on info from HAL" HOMEPAGE="http://ivman.sf.net" SRC_URI="mirror://sourceforge/ivman/${P}.tar.bz2" LICENSE="GPL-2 QPL" KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="debug" SLOT="0" RDEPEND=">=dev-libs/glib-2.6 dev-libs/libxml2 sys-devel/gettext >=sys-apps/hal-0.4.0 >=sys-apps/pmount-0.8" DEPEND="${RDEPEND} >=sys-devel/libtool-1.5 dev-util/pkgconfig" src_unpack() { unpack ${A} cd ${S} # Add support for hotpluggable devices (not removable) epatch "${FILESDIR}"/${PN}-0.6-hotpluggable.patch } src_compile() { econf $(use_enable debug) || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" exeinto /etc/init.d/ newexe ${FILESDIR}/ivman-0.3.init ivman } pkg_postinst() { # Ivman can now run as a non-root user :-) Create a dedicated user account, # so users can add rules to /etc/sudoers for programs Ivman wants to # execute... # The group here is intended to be the one needed to use pmount, but Ivman # will still work as long as the group in IvmConfigBase.xml is correct. enewuser ivman -1 -1 /dev/null plugdev if has_version "