Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv26690

Modified Files:
        pilot-link-py.info pilot-link10.info 
Removed Files:
        pilot-link-py.patch 
Log Message:
Upstream pilot-link update.
pilot-link-py.patch wasn't used anyway, so get rid of it.

Index: pilot-link-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pilot-link-py.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pilot-link-py.info  13 Jan 2007 21:31:51 -0000      1.9
+++ pilot-link-py.info  23 Feb 2007 03:55:39 -0000      1.10
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pilot-link-py%type_pkg[python]
-Version: 0.12.1
-Revision: 13
+Version: 0.12.2
+Revision: 11
 Type: python (2.3 2.4 2.5)
 ###
 #Keep %v in sync with that in ./pilot-link10
@@ -14,37 +14,67 @@
 Replaces: pilot-link-python, pilot-link9-py%type_pkg[python]
 ###
 Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
-Source-MD5: 80579c6f68eb583f54294d5651c4632b
-SourceDirectory: pilot-link-%v/bindings/Python
+Source-MD5: c1f4db8f32a2ee916fedb9a2dac8aa26
 ###
 PatchScript: <<
-  head -n 23 src/pisock.i > LICENSE
-  perl -ni -e 'print unless /_dirs/' setup.py
+#!/bin/sh -ev
+  cd bindings/Python
+  head -n 23 src/pisock.i > ../../LICENSE
+  perl -ni -e 'print unless /_dirs/' setup.py.in
 <<
 ###
 SetCPPFLAGS: -I%p/lib/pilot-link10/include
 SetLDFLAGS: -L%p/lib/pilot-link10/lib
-
 ###
-DocFiles: README TODO LICENSE
+DocFiles: bindings/Python/README bindings/Python/TODO LICENSE
 ###
+ConfigureParams: <<
+--libdir=%p/lib/%n/lib \
+--includedir=%p/lib/%n/include \
+--enable-conduits \
+--without-perl \
+--with-pic \
+--with-readline \
+--enable-shared \
+--enable-static \
+--without-java \
+--with-python \
+--with-libiconv=%p \
+--with-libpng=%p \
+--disable-debug \
+--disable-dependency-tracking \
+--without-included-popt \
+--mandir=%p/share/man
+<<
 CompileScript: <<
+#!/bin/sh -ev
+  ./configure %c 
+  cd bindings/Python
   %p/bin/python%type_raw[python] setup.py build
 <<
 InstallScript: <<
+#!/bin/sh -ev
+  cd bindings/Python
   %p/bin/python%type_raw[python] setup.py install --root=%d
 <<
 ###
 Description: Palm libraries -- Python bindings                          
 DescDetail: <<
-  Pilot-Link is the tools and toys needed to connect your Palm or Palm
+    Pilot-Link is the tools and toys needed to connect your Palm or Palm
   compatible handheld (including Handspring, Sony, and Palm) with Unix
   and Linux machines.
   This package builds the Python bindings.
 <<
 DescPackaging: <<
+Upstream refactored their build process for 0.12.2, so we had to follow suit.
+
+Renamed to pilot-link-pyXXX for >0.12.0, since the pythonmods themselves aren't
+libversioned.
+
 Conflict/replace the corresponing pilot-link9-py package due to 
 file overlap
+
+configure finds /sw/bin/python, but that doesn't really matter, since we don't 
rely on that.
 <<
 ###
 License: BSD

--- pilot-link-py.patch DELETED ---

Index: pilot-link10.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pilot-link10.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- pilot-link10.info   13 Jan 2007 21:31:51 -0000      1.9
+++ pilot-link10.info   23 Feb 2007 03:55:39 -0000      1.10
@@ -42,10 +42,7 @@
 --without-included-popt \
 --mandir=%p/share/man 
 <<
-CompileScript: <<
-  ./configure %c
-  make
-<<
+##
 InstallScript: <<
 make -j1 install DESTDIR=%d
 <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to