Magellan Linux

Annotation of /smage/trunk/extras/libvncserver/libvncserver-0.9.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 4 months ago) by niro
File size: 976 byte(s)
-import alx-0.9.0
1 niro 3 # $Header: /alx-cvs/smage-eglibc/libvncserver/libvncserver-0.9.1-r1.smage2,v 1.1 2008/09/26 12:35:13 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 alx
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