Pilot-Link: Difference between revisions

From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs)
No edit summary
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| style="text-align: left; background-color: AliceBlue;"
{| style="text-align: left; background-color: AliceBlue;"
|-
|-valign="top"
!Download Source:
!Download Source:
| http://www.pilot-link.org/files/pilot-link-0.11.8.tar.bz2
| http://downloads.pilot-link.org/pilot-link-{{Pilot-Link-Version}}.tar.bz2
|-
!Required Patch:
| http://svn.cross-lfs.org/svn/repos/patches/pilot-link/pilot-link-0.11.8-bindings_fix-1.patch
|}
|}


----
----
{{Package-Introduction|pilot-link is a suite of tools used to connect your Palm or PalmOS® compatible handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link works with all PalmOS® handhelds, including those made by Handspring, Sony, and Palm, as well as others.|http://www.pilot-link.org/}}


== Dependencies ==
== Dependencies ==
* [[TK]]


=== Required ===
* [[Tk]]
=== Optional ===
=== Optional ===
* [[libpng]]
* [[libpng]]
Line 18: Line 18:
* [[Python]]
* [[Python]]
* [[TCL]]
* [[TCL]]
* [[Electric Fence]]
* [[DUMA]]


== Configuring ==
== Configuring ==


Pass the appropriate options below to configure to build the bindings you want:
Use any or all of these options with configure to enable the respective language bindings desired:


  --with-perl --with-java --with-tcl=/usr/lib --with-python
  --with-perl --with-java --with-tcl=/usr/lib --with-python
Line 32: Line 32:
Compile the package:
Compile the package:


patch -Np1 -i ../pilot-link-0.11.8-bindings_fix-1.patch &&
  ./configure --prefix=/usr --enable-threads --enable-conduits &&
./configure --prefix=/usr &&
  make
  make


Line 46: Line 45:
Compile the package:
Compile the package:


patch -Np1 -i ../pilot-link-0.11.8-bindings_fix-1.patch &&
  export USE_ARCH=32 &&
  export USE_ARCH=32 &&
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure --prefix=/usr &&
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure \
  --prefix=/usr &&
  make
  make


Line 60: Line 59:
Compile the package:
Compile the package:


patch -Np1 -i ../pilot-link-0.11.8-bindings_fix-1.patch &&
  export USE_ARCH=n32 &&
  export USE_ARCH=n32 &&
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}"./configure \
  sed -i -e "/sys_lib_search_path_spec/s:/lib:&32:g" \
  --prefix=/usr --libdir=/usr/lib32 &&
         -e "/sys_lib_dlsearch_path_spec/s:lib:&32:g" libtool &&
  sed -i -e "/^sys_lib_search_path_spec=/s/lib/lib32/g" \
         -e "/^sys_lib_dlsearch_path_spec=/s/lib/lib32/g" libtool &&
  make
  make


Line 76: Line 75:
Compile the package:
Compile the package:


patch -Np1 -i ../pilot-link-0.11.8-bindings_fix-1.patch &&
  export USE_ARCH=64 &&
  export USE_ARCH=64 &&
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  sed -i -e "/sys_lib_search_path_spec/s:/lib:&64:g" \
  --prefix=/usr --libdir=/usr/lib64 &&
         -e "/sys_lib_dlsearch_path_spec/s:lib:&64:g" libtool &&
  sed -i -e "/^sys_lib_search_path_spec=/s/lib/lib64/g" \
         -e "/^sys_lib_dlsearch_path_spec=/s/lib/lib64/g" libtool &&
  make
  make


Line 87: Line 86:
  make install &&
  make install &&
  unset USE_ARCH
  unset USE_ARCH
= Contents =
{| style="text-align: left;"
|-valign="top"
! Installed Programs:
| addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook, install-datebook, install-expenses, install-hinote, install-memo, install-netsync, install-todo, install-todos, install-user, memos, money2qif, pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses, pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file, pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh, read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders, and sync-plan
|-valign="top"
! Installed Libraries:
| libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a}
|-valign="top"
! Installed Bindings:
| libjpisock.so JDK library, libpitcl.{so,a} Tcl library, Python and Perl modules
|-valign="top"
! Installed Directories:
| /usr/lib/perl5/site_perl/5.8.8/i686-linux/{,auto/}PDA, /usr/share/pilot-link
|}
=== Short Descriptions ===
{| style="text-align: left;"
|-valign="top"
! pilot-link programs and utilities
| Describing the functionality of each pilot-link program and utility would take several pages. Instead, after you've installed the package, review the pilot-link man page ('''man pilot-link'''). If you wish to review before installing the package, unpack the tarball and issue '''man doc/man/pilot-link.7.in'''.
|}
[[Category:General Utilities]]

Latest revision as of 02:26, 29 November 2009

Download Source: http://downloads.pilot-link.org/pilot-link-0.12.4.tar.bz2

pilot-link is a suite of tools used to connect your Palm or PalmOS® compatible handheld with Unix, Linux, and any other POSIX-compatible machine. pilot-link works with all PalmOS® handhelds, including those made by Handspring, Sony, and Palm, as well as others.

Project Homepage: http://www.pilot-link.org/

Dependencies

Required

Optional

Configuring

Use any or all of these options with configure to enable the respective language bindings desired:

--with-perl --with-java --with-tcl=/usr/lib --with-python

Remember to change /usr/lib to an appropriate value on multilib systems.

Non-Multilib

Compile the package:

 ./configure --prefix=/usr --enable-threads --enable-conduits &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure \
  --prefix=/usr &&
make

Install the package

make install &&
unset USE_ARCH

N32

Compile the package:

export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}"./configure \
  --prefix=/usr --libdir=/usr/lib32 &&
sed -i -e "/^sys_lib_search_path_spec=/s/lib/lib32/g" \
       -e "/^sys_lib_dlsearch_path_spec=/s/lib/lib32/g" libtool &&
make

Install the package

make install &&
unset USE_ARCH

64Bit

Compile the package:

export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 --prefix=/usr --libdir=/usr/lib64 &&
sed -i -e "/^sys_lib_search_path_spec=/s/lib/lib64/g" \
       -e "/^sys_lib_dlsearch_path_spec=/s/lib/lib64/g" libtool &&
make

Install the package

make install &&
unset USE_ARCH

Contents

Installed Programs: addresses, ccexample, debugsh, dlpsh, hinotes, ietf2datebook, install-datebook, install-expenses, install-hinote, install-memo, install-netsync, install-todo, install-todos, install-user, memos, money2qif, pi-csd, pi-getram, pi-getrom, pi-getromtoken, pi-nredir, pilot-addresses, pilot-archive, pilot-clip, pilot-datebook, pilot-dedupe, pilot-file, pilot-foto, pilot-prc, pilot-schlep, pilot-undelete, pilot-xfer, pitclsh, read-expenses, read-ical, read-notepad, read-palmpix, read-todos, reminders, and sync-plan
Installed Libraries: libpisock.{so,a}, libpisock++.{so,a}, and libpisync.{so,a}
Installed Bindings: libjpisock.so JDK library, libpitcl.{so,a} Tcl library, Python and Perl modules
Installed Directories: /usr/lib/perl5/site_perl/5.8.8/i686-linux/{,auto/}PDA, /usr/share/pilot-link

Short Descriptions

pilot-link programs and utilities Describing the functionality of each pilot-link program and utility would take several pages. Instead, after you've installed the package, review the pilot-link man page (man pilot-link). If you wish to review before installing the package, unpack the tarball and issue man doc/man/pilot-link.7.in.