CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libsoup: removed verbose output.
[attic/ports/opt-cross.git] / rdesktop / Pkgfile
CommitLineData
54acd588
JB
1# Description: Open source client for Windows NT Terminal Server
2# URL: http://www.rdesktop.org/
3# Packager: Simone Rota, sip at crux dot nu
4# Maintainer: Thomas Penteker, tek at serverop dot de
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
54acd588
JB
6# Depends on: xorg-libx11
7
8name=rdesktop
9version=1.6.0
10release=1
11source=(http://dl.sourceforge.net/sourceforge/rdesktop/$name-$version.tar.gz)
12build(){
13 cd $name-$version
14
15 sed -i Makefile.in -e "s|@CFLAGS@ @X_CFLAGS@|$CFLAGS -I$CLFS/usr/include|"
16 ./configure --build=$CHOST \
17 --host=$CTARGET \
18 --prefix=/usr
bc74a89a 19 sed -e "s|-L/usr/lib|-L$CLFS/usr/lib|g" -i Makefile
54acd588
JB
20 make
21 make prefix=$PKG/usr mandir=$PKG/usr/man install
22}