[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pilot-link/pilot-link.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A suite of tools for connecting to PalmOS handheld devices [T] The pilot-link suite of tools contains a robust library and a [T] series of conduits for moving information between your desktop or [T] workstation and your Palm handheld device, such as those made by Palm, [T] Sony, Handspring, Handera, and others. It also includes language [T] bindings for languages such as Perl, Python, and Java. [U] https://www.pilot-link.org/ [A] The pilot-link Team [M] The T2 Project [C] extra/network [F] NOPARALLEL [L] GPL [S] Beta [V] 0.12.5 [P] X -----5---9 145.900 [D] 5ce070fe39d32e5839c36255098b1783091f567cf3879f49c1f85055 pilot-link-0.12.5.tar.bz2 http://www.pilot-link.org/source/ var_append confopt ' ' --with-perl var_append confopt ' ' --with-libpng # Python pkginstalled python && var_append confopt ' ' --with-python # FIXME: tcl bindings have build errors as of 0.12.2 var_append confopt ' ' --without-tcl #pkginstalled tcl && var_append confopt ' ' "--with-tcl=`pkgprefix libdir tcl`" # Java # NOTE: kaffe does not compile properly as of 0.11.8 if [ `pkginstalled blackdown-jdk` -o `pkginstalled sun-jdk-142` ]; then var_append confopt ' ' --with-java=$JAVA_HOME fi var_append confopt ' ' "--enable-conduits --enable-threads" pkginstalled libusb && var_append confopt ' ' --enable-libusb pkginstalled bluez-libs && var_append confopt ' ' --with-bluez # perllocal.pod modification (shared files with perl) . $base/*/perl/perl/perllocal_hack.sh # FIXME: BlueZ support needs the configure.ac patch autogen=1