Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60387 Details for
Bug 94755
cisco-vpnclient-3des-4.6.03.0190.ebuild (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for cisco vpn
cisco-vpnclient-3des-4.6.03.0190.ebuild (text/plain), 2.28 KB, created by
Stefan Skotte
on 2005-06-01 11:06:03 UTC
(
hide
)
Description:
ebuild for cisco vpn
Filename:
MIME Type:
Creator:
Stefan Skotte
Created:
2005-06-01 11:06:03 UTC
Size:
2.28 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/cisco-vpnclient-3des/cisco-vpnclient-3des-4.6.02.0030.ebuild,v 1.1 2005/04/14 12:45:45 wolf31o2 Exp $ > >inherit eutils kernel-mod > >MY_PV=${PV}-k9 >DESCRIPTION="Cisco VPN Client (3DES)" >HOMEPAGE="http://cco.cisco.com/en/US/products/sw/secursw/ps2308/index.html" >SRC_URI="http://steflo.dk/vpnclient-linux-x86_64-${MY_PV}.tar.gz" > >LICENSE="cisco-vpn-client" >SLOT="${KV}" >KEYWORDS="~x86 ~x86_64" # this version of cisco vpnclient is bi-arch. >IUSE="" >RESTRICT="" > >DEPEND="virtual/libc > virtual/linux-sources > >=sys-apps/sed-4" > >S=${WORKDIR}/vpnclient > >VPNDIR="/etc/opt/cisco-vpnclient/" > >pkg_nofetch() { > einfo "Please visit:" > einfo " ${HOMEPAGE}" > einfo "and download ${A} to ${DISTDIR}" >} > >src_unpack() { > unpack ${A} > cd ${S} > > # Patch to allow use of alternate CC. Patch submitted to bug #33488 by > # Jesse Becker <jbecker@speakeasy.net> > # epatch ${FILESDIR}/driver_build_CC.patch > # Patch submitted to bug #69870 by James Ward <jennyandjamesward@yahoo.com> > # fixed to work on 4.6.02.0030 <sfs@steflo.dk> > # epatch ${FILESDIR}/${PV}-supported_device.patch > > # NO patch is needed for this ebuild. > >} > >src_compile () { > unset ARCH > sh ./driver_build.sh /lib/modules/${KV}/build > [ ! -f ./cisco_ipsec -a ! -f ./cisco_ipsec.ko ] \ > && die "Failed to make module 'cisco_ipsec'" > sed -i "s#@VPNBINDIR@#/usr/bin#" vpnclient_init > sed -i "s#@VPNBINDIR@#/usr/bin#" vpnclient.ini >} > >src_install() { > exeinto /etc/init.d > newexe ${FILESDIR}/vpnclient.rc vpnclient > > exeinto /opt/cisco-vpnclient/bin > exeopts -m0711 > doexe vpnclient > exeopts -m4711 > doexe cvpnd > into /opt/cisco-vpnclient/ > dobin ipseclog cisco_cert_mgr > dolib.so libvpnapi.so > insinto /opt/cisco-vpnclient/include > doins vpnapi.h > dodir /usr/bin > dosym /opt/cisco-vpnclient/bin/vpnclient /usr/bin/vpnclient > > insinto /lib/modules/${KV}/CiscoVPN > if kernel-mod_is_2_6_kernel; then > doins cisco_ipsec.ko > else > doins cisco_ipsec > fi > > insinto ${VPNDIR} > doins vpnclient.ini > insinto ${VPNDIR}/Profiles > doins *.pcf > dodir ${VPNDIR}/Certificates >} > >pkg_postinst() { > einfo "You must run \`/etc/init.d/vpnclient start\` before using the client." > echo "" > ewarn "Configuration directory has moved to ${VPNDIR}!" > echo "" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94755
: 60387