summaryrefslogtreecommitdiffstats
path: root/extra/rdesktop/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:43:01 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:43:01 +0200
commit70d6435235166fc44ad4559fbc7ea1fe57a058e4 (patch)
tree2cb8a719b3b1bdf38d27cb1628d6e68646d6be72 /extra/rdesktop/Pkgfile
parent614bd173b5fec99690461ab3fd5b8924f0bfed3a (diff)
downloadnutyx-extra-70d6435235166fc44ad4559fbc7ea1fe57a058e4.tar.gz
nutyx-extra-70d6435235166fc44ad4559fbc7ea1fe57a058e4.tar.bz2
nutyx-extra-70d6435235166fc44ad4559fbc7ea1fe57a058e4.tar.xz
nutyx-extra-70d6435235166fc44ad4559fbc7ea1fe57a058e4.zip
Ajout de rdesktop#1.6.0-1
Diffstat (limited to 'extra/rdesktop/Pkgfile')
-rwxr-xr-xextra/rdesktop/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/rdesktop/Pkgfile b/extra/rdesktop/Pkgfile
new file mode 100755
index 000000000..8c302e34a
--- /dev/null
+++ b/extra/rdesktop/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Permet d'accéder au terminal windows
+# URL: http://www.rdesktop.org/
+# Maintainer: NutyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, openssl, libao, libsamplerate
+
+name=rdesktop
+version=1.6.0
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+}