Magellan Linux

Contents of /trunk/todo/gtk-vnc/gtk-vnc-0.3.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2371 - (show annotations) (download)
Thu Jul 9 19:46:36 2009 UTC (14 years, 10 months ago) by niro
File size: 778 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/gtk-vnc/gtk-vnc-0.3.6-r1.smage2,v 1.1 2008/05/21 17:35:17 niro Exp $
2
3 PNAME="gtk-vnc"
4 PVER="0.3.6"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="gtk-vnc is a VNC viewer widget for GTK."
11 HOMEPAGE="http://gtk-vnc.sourceforge.net/"
12
13 DEPEND=">= x11-libs/gtk2+-2.12
14 >= app-crypt/gnutls-2
15 >= dev-python/pygtk-2.12
16 >= x11-libs/gtkglext-1.2"
17
18 DEPEND=">= dev-util/pkgconfig-0.23"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 sourceforge://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure \
35 --with-coroutine=gthread \
36 --with-python \
37 --with-gtkglext \
38 --without-examples \
39 --without-libview \
40 || die
41
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id