| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/Attic/vidalia-0.0.7.ebuild,v 1.2 2006/08/19 14:29:51 dertobi123 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/vidalia/Attic/vidalia-0.0.7.ebuild,v 1.3 2006/10/11 14:03:45 humpback Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils |
5 | inherit eutils |
| 6 | |
6 | |
| 7 | DESCRIPTION="Qt 4 front-end for Tor" |
7 | DESCRIPTION="Qt 4 front-end for Tor" |
| 8 | HOMEPAGE="http://www.vidalia-project.net/" |
8 | HOMEPAGE="http://www.vidalia-project.net/" |
| … | |
… | |
| 34 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
34 | emake INSTALL_ROOT="${D}" install || die "emake install failed" |
| 35 | } |
35 | } |
| 36 | |
36 | |
| 37 | pkg_postinst() { |
37 | pkg_postinst() { |
| 38 | ewarn "To have vidalia starting tor you probably have to copy |
38 | ewarn "To have vidalia starting tor you probably have to copy |
| 39 | /etc/torr/torrc.sample to the users HOME/.tor/torrc and comment the settings |
39 | /etc/tor/torrc.sample to the users HOME/.tor/torrc and comment the settings |
| 40 | there and change the socks. Also in vidalia change the default user under |
40 | there and change the socks. Also in vidalia change the default user under |
| 41 | wich tor will run" |
41 | wich tor will run" |
| 42 | } |
42 | } |