Magellan Linux

Annotation of /trunk/extras/kvpnc/kvpnc-0.8.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 728 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/kvpnc/kvpnc-0.8.9-r1.smage2,v 1.2 2008/02/07 14:23:41 niro Exp $
2    
3     PNAME="kvpnc"
4     PVER="0.8.9"
5     PBUILD="r1"
6    
7     PCATEGORIE="net-vpn"
8     STATE="testing"
9    
10     DESCRIPTION="KVpnc is a KDE frontend for various vpn clients like OpenS/WAN and OpenVPN."
11     HOMEPAGE="http://home.gna.org/kvpnc/en/index.html"
12    
13     DEPEND=">= kde-base/kdebase-3.5
14     >= app-crypt/libgcrypt-1.2.3"
15    
16     SDEPEND=">= net-vpn/openswan-2.4
17     >= net-misc/openvpn-2"
18    
19     SRCFILE="${PNAME}-${PVER}.tar.bz2"
20     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
22     sminclude kde3
23    
24     SRC_URI=(
25     http://download.gna.org/kvpnc/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     # --enable-final is broken
34     kde3_configure --disable-final || die
35     mmake || die
36     }

Properties

Name Value
svn:keywords Id