# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A wired and wireless network manager for Linux" HOMEPAGE="http://wicd.sourceforge.net/" MY_P="${PN}_${PV}-src" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL" IUSE="" KEYWORDS="~x86 ~amd64" SLOT="0" DEPEND="" RDEPEND="sys-apps/dbus dev-python/dbus-python dev-python/pygtk sys-apps/ethtool >=x11-libs/gtk+-2" src_install() { cd ${WORKDIR} && cp -a * ../image insinto / } pkg_postinst() { einfo einfo "Remember that you need to have the dbus daemon running!" einfo einfo "To start the dbus daemon use (as root):" einfo " /etc/init.d/dbus start" einfo einfo "Then start the WICD GUI using:" einfo " /opt/wicd/gui.py" einfo }