Magellan Linux

Contents of /smage/branches/alx-0_9_0/x11vnc/x11vnc-0.9.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1271 - (show annotations) (download)
Tue Dec 29 12:48:37 2009 UTC (14 years, 4 months ago) by niro
File size: 877 byte(s)
renamed branch_0.9.0 to alx-0_9_0
1 # $Header: /alx-cvs/smage-eglibc/x11vnc/x11vnc-0.9.5-r1.smage2,v 1.1 2008/09/26 12:39:34 niro Exp $
2
3 PNAME="x11vnc"
4 PVER="0.9.5"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="x11vnc: a VNC server for real X displays."
11 HOMEPAGE="http://www.karlrunge.com/x11vnc/"
12
13 DEPEND=">= net-libs/libvncserver-0.9.1
14 >= media-libs/libjpeg-6b
15 >= sys-libs/zlib-1.2
16 >= x11-libs/libX11-1
17 >= x11-libs/libXext-1
18 >= x11-libs/libXrandr-1
19 >= x11-libs/libXtst-1"
20
21 SDEPEND=">= x11-proto/recordproto-1
22 >= x11-proto/trapproto-3
23 >= x11-proto/xextproto-7
24 >= x11-proto/xproto-7"
25
26 SRCFILE="${PNAME}-${PVER}.tar.gz"
27 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28
29 sminclude mbuild alx
30
31 SRC_URI=(
32 http://www.karlrunge.com/${PNAME}/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 )
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 # no ssl on alx!
41 mconfigure --without-crypto --without-ssl || die
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id