Magellan Linux

Contents of /trunk/extras/rdesktop/rdesktop-1.6.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1983 - (show annotations) (download)
Thu Jun 11 12:35:04 2009 UTC (14 years, 10 months ago) by niro
File size: 1129 byte(s)
auto added: ver bump to 1.6.0-r2
1 # $Id$
2
3 PNAME="rdesktop"
4 PVER="1.6.0"
5 PBUILD="r2"
6
7 PCATEGORIE="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="A remote desktop protocol client for RDP 4/5."
11 HOMEPAGE="http://rdesktop.sourceforge.net/"
12
13 DEPEND=">= x11-libs/libX11-1
14 >= x11-libs/libXext-1
15 >= x11-libs/libXau-1
16 >= x11-libs/libXdmcp-1
17 >= dev-libs/openssl-0.9.8"
18
19 SDEPEND=">= sys-apps/sed-4
20 >= x11-libs/libXt-1"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 SRC_URI=(
26 sourceforge://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 mirror://${PNAME}/${PNAME}-1.5.0-libX11-segfault-fix.patch
29 )
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # fixes segfaults with >=libX11-1.1.1
37 mpatch ${PNAME}-1.5.0-libX11-segfault-fix.patch || die
38
39 # force use of our CFLAGS
40 sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die
41 }
42
43 src_compile()
44 {
45 cd ${SRCDIR}
46
47 mconfigure \
48 --with-openssl=/usr \
49 --with-sound \
50 --without-debug \
51 --with-ipv6 \
52 || die
53
54 mmake || die
55 }
56
57 src_install()
58 {
59 cd ${SRCDIR}
60
61 mmake DESTDIR=${BINDIR} install || die
62 minstalldocs COPYING doc/HACKING doc/TODO doc/keymapping.txt || die
63 }

Properties

Name Value
svn:keywords Id