Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1984 - (show annotations) (download)
Thu Jun 11 12:37:48 2009 UTC (14 years, 10 months ago) by niro
File size: 973 byte(s)
-removed deprecated patches
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 )
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 # force use of our CFLAGS
36 sed -i -e '/-O2/c\' -e 'cflags="$cflags ${CFLAGS}"' configure || die
37 }
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 mconfigure \
44 --with-openssl=/usr \
45 --with-sound \
46 --without-debug \
47 --with-ipv6 \
48 || die
49
50 mmake || die
51 }
52
53 src_install()
54 {
55 cd ${SRCDIR}
56
57 mmake DESTDIR=${BINDIR} install || die
58 minstalldocs COPYING doc/HACKING doc/TODO doc/keymapping.txt || die
59 }

Properties

Name Value
svn:keywords Id