Magellan Linux

Contents of /trunk/core/libvncserver/libvncserver-0.9.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1962 - (show annotations) (download)
Thu Jun 11 11:16:44 2009 UTC (14 years, 11 months ago) by niro
File size: 970 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/libvncserver/libvncserver-0.9.1-r1.smage2,v 1.1 2008/02/16 00:48:28 niro Exp $
2
3 PNAME="libvncserver"
4 PVER="0.9.1"
5 PBUILD="r1"
6
7 PCATEGORIE="net-libs"
8 STATE="unstable"
9
10 DESCRIPTION="LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server."
11 HOMEPAGE="http://sourceforge.net/projects/libvncserver/"
12
13 DEPEND=">= sys-libs/zlib-1.2.3
14 >= media-libs/libjpeg-6b"
15
16 SRCFILE="LibVNCServer-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/LibVNCServer-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # exclude x11vnc
32 sed -i '/^SUBDIRS/s:x11vnc::' Makefile.in || die
33
34 # fix cflags in all subdirs
35 sed -i '/^CFLAGS =/d' Makefile.in || die
36 sed -i '/^AM_CFLAGS/s: -g : :' */Makefile.in || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42 mconfigure --with-zlib --with-jpeg --with-backchannel --with-24bpp || die
43 mmake || die
44 }

Properties

Name Value
svn:keywords Id