Magellan Linux

Contents of /trunk/todo/kvpnc/kvpnc-0.9.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2413 - (show annotations) (download)
Thu Jul 9 19:52:45 2009 UTC (14 years, 10 months ago) by niro
File size: 728 byte(s)
-moved to 'todo'
1 # $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.9.0"
5 PBUILD="r1"
6
7 PCATEGORIE="net-vpn"
8 STATE="unstable"
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-vpn/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