summaryrefslogtreecommitdiff
path: root/package/rdesktop
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-19 14:40:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-19 14:40:57 +0100
commit0b09c2710166bd95ac9033b048bb6cbf7b4de7c2 (patch)
tree79698dff8eb1ef177d2eaef781aa22cd57052697 /package/rdesktop
parent88ed13f10adc6f4115a0bc1c2f6db5e6a3eea05e (diff)
add new package rdesktop
Diffstat (limited to 'package/rdesktop')
-rw-r--r--package/rdesktop/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/rdesktop/Makefile b/package/rdesktop/Makefile
new file mode 100644
index 000000000..61a471e3b
--- /dev/null
+++ b/package/rdesktop/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= rdesktop
+PKG_VERSION:= 1.6.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c6fcbed7f0ad7e60ac5fcb2d324d8b16
+PKG_DESCR:= client for Windows Terminal Services
+PKG_SECTION:= net
+PKG_URL:= http://www.rdesktop.org/
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,RDESKTOP,rdesktop,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_RDESKTOP)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/rdesktop \
+ $(IDIR_RDESKTOP)/usr/bin
+ $(INSTALL_DIR) $(IDIR_RDESKTOP)/usr/share/rdesktop/keymaps
+ ${INSTALL_DATA} ${WRKINST}/usr/share/rdesktop/keymaps/* \
+ $(IDIR_RDESKTOP)/usr/share/rdesktop/keymaps
+
+include ${TOPDIR}/mk/pkg-bottom.mk