updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / prc-tools-bin / prc-tools.install
blob41762be9a0dbc996ce4d38d37dd1d5fbb1d3d21c
1 #!/bin/sh
3 post_install() {
4 cat << EOF
6 PRC-Tools requires a Palm OS SDK installation. You can grab Palm OS SDK version
7 5.1 at (requires free sign-up):
9 http://www.accessdevnet.com/index.php/Garnet-OS-SDK-68K-R3-PRC-tools-Generic-UNIX/View-category.html
11 The SDK files need to be placed in /opt/palmdev/sdk-5 so that PRC-Tools can find
12 the following:
13 /opt/palmdev/sdk-5/include
14 /opt/palmdev/sdk-5/lib
15 Alternatively, you can install the palm-os-sdk package from AUR.
17 After the SDK has been installed, you need to run the following at the command
18 line as the root user:
19 # palmdev-prep
20 This makes PRC-Tools look for the SDK files and cache their location.
21 EOF
24 post_upgrade() {
25 post_install