|
Revision 20663, 1.3 KB
(checked in by dmichelsen, 6 weeks ago)
|
|
rdesktop/trunk: Update to 1.7.1 and add 64 bit isaexec
|
| Line | |
|---|
| 1 | NAME = rdesktop |
|---|
| 2 | VERSION = 1.7.1 |
|---|
| 3 | GARTYPE = v2 |
|---|
| 4 | |
|---|
| 5 | DESCRIPTION = RDP client for Windows NT/2000/2003/XP Terminal Server |
|---|
| 6 | define BLURB |
|---|
| 7 | rdesktop is an open source client for Windows Terminal Services, capable of natively |
|---|
| 8 | speaking Remote Desktop Protocol (RDP) in order to present the user's Windows desktop. |
|---|
| 9 | Supported servers include Windows 2000 Server, Windows Server 2003, Windows Server 2008, |
|---|
| 10 | Windows XP, Windows Vista and Windows NT Server 4.0. |
|---|
| 11 | endef |
|---|
| 12 | |
|---|
| 13 | MASTER_SITES = $(SF_MIRROR) |
|---|
| 14 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 15 | |
|---|
| 16 | VENDOR_URL = http://www.rdesktop.org |
|---|
| 17 | |
|---|
| 18 | BUILD_DEP_PKGS += CSWlibao-dev |
|---|
| 19 | BUILD_DEP_PKGS += CSWlibsamplerate-dev |
|---|
| 20 | BUILD_DEP_PKGS += CSWlibssl-dev |
|---|
| 21 | |
|---|
| 22 | PACKAGES += CSWrdesktop |
|---|
| 23 | SPKG_DESC_CSWrdesktop = RDP client for Windows NT/2000/2003/XP Terminal Server |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibiconv2 |
|---|
| 25 | RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibao4 |
|---|
| 26 | RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibsamplerate0 |
|---|
| 27 | RUNTIME_DEP_PKGS_CSWrdesktop += CSWlibssl1-0-0 |
|---|
| 28 | |
|---|
| 29 | BUILD64 = 1 |
|---|
| 30 | ISAEXEC = 1 |
|---|
| 31 | |
|---|
| 32 | CONFIGURE_ARGS = $(DIRPATHS) |
|---|
| 33 | CONFIGURE_ARGS += --with-openssl=$(prefix) |
|---|
| 34 | |
|---|
| 35 | # No test/check target provided by rdesktop |
|---|
| 36 | TEST_SCRIPTS = |
|---|
| 37 | |
|---|
| 38 | # The path is just an example and nobody will probably look into it |
|---|
| 39 | CHECKPKG_OVERRIDES_CSWrdesktop += file-with-bad-content|/usr/local|root/opt/csw/share/rdesktop/keymaps/is |
|---|
| 40 | |
|---|
| 41 | include gar/category.mk |
|---|