Author: chris
Date: Mon Jun 16 22:59:58 2008
New Revision: 289

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=289&repname=user%3a+chris>
Log:
add easy-rsa scripts and fix manpage location

Modified:
    trunk/finkinfo/net/openvpn.info

Modified: trunk/finkinfo/net/openvpn.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/finkinfo/net/openvpn.info&rev=289&repname=user%3a+chris>
==============================================================================
--- trunk/finkinfo/net/openvpn.info (original)
+++ trunk/finkinfo/net/openvpn.info Mon Jun 16 22:59:58 2008
@@ -13,11 +13,20 @@
 
 SetCPPFLAGS: -I%p/lib/system-openssl/include
 SetLDFLAGS: -L%p/lib/system-openssl/lib
-ConfigureParams: --mandir=%i/share/man
+ConfigureParams: --mandir="%p/share/man" --disable-dependency-tracking
+
+InstallScript: <<
+#!/bin/sh -ex
+
+make install DESTDIR=%d
+cd easy-rsa/2.0
+mkdir -p %i/share/%n/easy-rsa
+make install DESTDIR=%d PREFIX=%p/share/%n/easy-rsa
+<<
 
 DocFiles: AUTHORS COPYING COPYRIGHT.GPL ChangeLog NEWS PORTS README
 
-Homepage: http://openvpn.net/
+Homepage: http://www.openvpn.net/
 DescDetail: <<
 OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range
 of configurations, including remote access, site-to-site VPNs, WiFi security,


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to