summaryrefslogtreecommitdiff
path: root/projects/sapgui-package.mdwn
blob: ec49d487868189dd36b34d8d441d8a0ff4f24456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[sapgui-package]] allows you to build a [Debian](http://debian.org) package for the [SAP GUI
for Java](ftp://ftp.sap.com/pub/sapgui/java) from the available .JAR for Linux. It seems the JARs aren't publically available anymore. You need to fetch them from SAPs Marketplace.

[[!toc ]]

## Usage
* Build the package:

        make-sgpkg PlatinGUI-Linux-720rev1.jar

* Install the resulting deb:

        dpkg -i sapgui_7.20rev1_i386.deb

[[!template  id=honk_git repo="sapgui-package"]]
    
## Debian Package
Debian packages are available from [[!debpkg sapgui-package desc=debian.org]].

## Tested Versions
The following table lists the tested Distributions, Architectures and the JRE to build the package.

[[!table  class="datatable" data="""
SAP Java GUI|Architecture|JRE|Distribution|Version
PlatinGui-Linux-720rev3.jar|i386|openjdk-6-re|Debian Squeeze|0.10
PlatinGui-Linux-720rev1.jar|i386|openjdk-6-re|Debian Lenny|0.9
PlatinGui-Linux-720.jar|i386|openjdk-6-re|Debian Sid
PlatinGui-Linux-720.jar|i386|openjdk-6-re|Debian Lenny
PlatinGui-Linux-720.jar|i386|openjdk-6-re|Ubuntu Karmic
PlatinGui-Linux-720.jar|amd64| |Ubuntu Karmic
PlatinGui-Linux-710r10.jar|i386|openjdk-6-re|Ubuntu Karmic
PlatinGui-Linux-710r9.jar|i386|openjdk-6-re|Debian Lenny
PlatinGui-Linux-710r8.jar|i386|openjdk-6-re|Debian Lenny
PlatinGUI-Linux-710r7.jar|i386|openjdk-6-re|Debian Lenny
PlatinGUI-Linux-710r7.jar|amd64| |
PlatinGUI-Linux-710r6.jar|i386|openjdk-6-re|Debian Lenny
"""]]

## Thanks
Thanks to Bart Vermeire and F. Bieber for feedback on the amd64 and Ubuntu builds.