Files
for-gentoo/sys-apps/safe-browsing-helpers/safe-browsing-helpers-1.0.ebuild
T
lxnay aee7ab4a46 safe-browsing-helpers - tor/privoxy utility
git-svn-id: http://svn.sabayonlinux.org/overlay@1001 d7aec97c-591d-0410-af39-a8856400b30a
2007-02-24 12:40:01 +00:00

26 lines
507 B
Bash

# Copyright 2007 SabayonLinux
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="SabayonLinux (Gentoo compatbile) Tor/Privoxy configuration tool"
HOMEPAGE="http://www.sabayonlinux.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc ppc64 sparc"
IUSE=""
DEPEND="net-proxy/privoxy
net-misc/tor
>=dev-lang/python-2.4.0"
src_unpack () {
cd ${WORKDIR}
cp ${FILESDIR}/${PV}/* . -p
}
src_install () {
cd ${WORKDIR}
exeinto /sbin/
doexe *-setup
}