Pilot-Link: Difference between revisions

From CBLFS
Jump to navigationJump to search
Kalessin (talk | contribs)
I added the package description from BLFS.
Kalessin (talk | contribs)
I added the "Contents" section from BLFS.
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://www.pilot-link.org/files/pilot-link-0.11.8.tar.bz2
|-
|-valign="top"
!Required Patch:
!Required Patch:
| http://svn.cross-lfs.org/svn/repos/patches/pilot-link/pilot-link-0.11.8-bindings_fix-1.patch
| http://svn.cross-lfs.org/svn/repos/patches/pilot-link/pilot-link-0.11.8-bindings_fix-1.patch
Line 26: Line 26:
== 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 91: Line 91:
  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'''.
|}

Revision as of 00:55, 15 December 2006

Download Source: http://www.pilot-link.org/files/pilot-link-0.11.8.tar.bz2
Required Patch: http://svn.cross-lfs.org/svn/repos/patches/pilot-link/pilot-link-0.11.8-bindings_fix-1.patch

The Pilot-Link package provides a suite of tools containing a series of conduits, libraries, and language bindings for moving information to and from your Palm device and your desktop or server/workstation system, as well as across a network.

Dependencies

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:

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

Install the package

make install

Multilib

32Bit

Compile the package:

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

Install the package

make install &&
unset USE_ARCH

N32

Compile the package:

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

Install the package

make install &&
unset USE_ARCH

64Bit

Compile the package:

patch -Np1 -i ../pilot-link-0.11.8-bindings_fix-1.patch &&
export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
sed -i -e "/sys_lib_search_path_spec/s:/lib:&64:g" \
       -e "/sys_lib_dlsearch_path_spec/s:lib:&64: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.