# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Powerful tool for wired and wireless network manager" HOMEPAGE="http://wicd.sourceforge.net/" SRC_URI="http://kent.dl.sourceforge.net/sourceforge/wicd/wicd_1.3.1-src.tar.bz2" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="sys-apps/dbus dev-python/dbus-python dev-python/pygtk >=x11-libs/gtk+-2" src_compile(){ einfo "Nothing to compile..." } src_install(){ cd ${WORKDIR} && cp -a * ../image insinto / } pkg_postinst(){ einfo einfo "Remenber that you had started dbus-daemon! " einfo "Now you must first start the daemon with this command: " einfo " /etc/init.d/wicd start " einfo "After you can start the gui whth this command: " einfo " /opt/wicd/gui.py " einfo "for run this program you don't need be root, but for run " einfo "the daemon you must have the root privilege " einfo }