[Lunar-commits] <moonbase-other> pilot-link: Readding to moonbase. Also adding a patch to fix a make failure on
Dennis Veatch
stumbles at lunar-linux.org
Tue Jul 10 15:52:15 CEST 2012
commit 7bc21a44e32698eb69de6938518200812062aec2
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 10 Jul 2012 06:52:15 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7bc21a44e32698eb69de6938518200812062aec2
pilot-link: Readding to moonbase. Also adding a patch to fix a make failure on
some perl stuff. See;
http://gentoo-overlays.zugaina.org/funtoo/portage/app-pda/pilot-link/files/pilot-link-0.12.5-perl514.patch
---
utils/pilot-link/BUILD +18/-0
utils/pilot-link/DEPENDS +13/-0
utils/pilot-link/DETAILS +18/-0
3 files changed, 49 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/utils/pilot-link/BUILD
@@ -0,0 +1,18 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
+ bad_flags -Werror &&
+
+ OPTS+=" --enable-conduits --enable-threads " &&
+
+ if [ "`arch`" == "x86_64" ]; then
+ export CFLAGS="$CFLAGS -fPIC"
+ fi &&
+
+ LDFLAGS+=" $LDFLAGS -lm " &&
+ default_config &&
+ default_make &&
+ gather_docs doc/*
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/utils/pilot-link/DEPENDS
@@ -0,0 +1,13 @@
+optional_depends "popt" "" "--with-included-popt" "defaults to system popt"
+optional_depends "libpng" "--with-libpng=/usr" "--without-libpng" "Enables PNG userland support"
+optional_depends "Python" "--with-python" "--without-python" "for Python scripting support"
+optional_depends "perl" "--with-perl" "--without-perl" "for perl scripting support"
+
+optional_depends "tcl" "--with-tcl=/usr/lib --with-tclinclude=/usr/include" \
+ "--without-tcl" "for tcl scripting support"
+optional_depends "tk" "" "" "provides /usr/bin/wish, needed with tcl"
+
+optional_depends "bluez" "--with-bluez" "--without-bluez" "for bluetooth support"
+optional_depends "%JAVA_SDK" "--with-java=$JAVA_HOME" "--without-java" "for java support"
+
+optional_depends "libusb-compat" "--enable-libusb" "--disable_libusb" "Enables faster syncing"
--- /dev/null
+++ b/utils/pilot-link/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=pilot-link
+ VERSION=0.12.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=pilot-link-0.12.5-perl514.patch
+ SOURCE_URL=http://downloads.pilot-link.org/
+ SOURCE2_URL=http://gentoo-overlays.zugaina.org/funtoo/portage/app-pda/pilot-link/files/
+ SOURCE_VFY=sha1:b822466333ba58bbb32d7cfe5c547f4e7a78bdee
+ SOURCE2_VFY=sha1:74cf4176ee40e68c0bbbe121690ca8a0b9bbcc04
+ WEB_SITE=http://www.pilot-link.org/
+ ENTERED=20011129
+ UPDATED=20101116
+ SHORT="PalmOS<->PC transfer program."
+
+cat << EOF
+The pilot-link suite of tools contains a series of conduits for
+moving information to and from your Palm device and your desktop
+or workstation system.
+EOF
More information about the Lunar-commits
mailing list