# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="The Paros proxy is an HTTP/HTTPS interception proxy to analyse web traffic/security." HOMEPAGE="http://www.parosproxy.org/" # Need to change the name MY_P="${PN}/${PV}/unix" SRC_URI="mirror://sourceforge/${MY_P}.zip" S=${WORKDIR}/${MY_P} LICENSE="Clarified Artistic; Contain Apache License 2 and BSD" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" RDEPEND="dev-java/blackdown-jre-1.4.2.01" src_install() { dodir /usr/local/ cp -a ${S} ${D}/usr/local/paros || die # create a symlink to the /usr/bin dir cd ${D}/usr/bin chmod +x /usr/local/paros/startserver.sh # Need a fix in the script above to chdir in it... ln -s /usr/local/paros/startserver.sh ./paros || die chown -R root:root ${D} }