Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv7353/10.7/stable/main/finkinfo/libs
Added Files:
pilot-link-py.info pilot-link09.info
Log Message:
New to 10.7. Cleanup in 10.4.
--- NEW FILE: pilot-link09.info ---
Package: pilot-link09
Version: 0.12.5
Revision: 1
###
# Make sure to keep %v for ./pilot-link-py.info and
# ./perlmods/pilot-link-pm.info in sync with this package
###
Depends: %N-shlibs (= %v-%r)
BuildDepends: <<
libpng3, readline5 (>= 5.0-1004), libiconv-dev, fink (>=0.24.12),
libncurses5 (>= 5.4-20041023-1006), pkgconfig, popt, libgettext8-dev,
fink-package-precedence
<<
BuildDependsOnly: true
Conflicts: pilot-link, pilot-link9, pilot-link10
Replaces: pilot-link, pilot-link9, pilot-link10
## lclint installs %p/lib/Makefile (!), which leads this configure script
astray,
BuildConflicts: lclint
###
Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
Source-MD5: 568c55bf504b044f6fbd50baa407c990
###
ConfigureParams: <<
--enable-conduits \
--without-perl \
--with-pic \
--with-readline \
--enable-shared \
--without-bluez \
--without-java \
--without-python \
--with-libiconv=%p \
--with-libpng=%p \
--disable-debug \
--without-included-popt \
--mandir=%p/share/man
<<
CompileScript: <<
#!/bin/sh -ev
export PKGCONFIG=%p/bin/pkg-config
%{default_script}
fink-package-precedence .
<<
InstallScript: <<
#!/bin/sh -ev
make -j1 install DESTDIR=%d
install -d %i/share/man
install -d %i/share/man/man1
install -d %I/share/man/man7
pushd %b/doc/man
install *.1 %i/share/man/man1
install *.7 %i/share/man/man7
<<
###
DocFiles: AUTHORS COPYING* ChangeLog NEWS README doc/README*
###
Splitoff: <<
Package: %N-shlibs
Depends: <<
readline5-shlibs (>= 5.0-1004), ncurses (>= 5.4-20041023-1006),
libncurses5-shlibs (>= 5.4-20041023-1006), libiconv
<<
Conflicts: pilot-link-shlibs
Replaces: pilot-link-shlibs
Files: <<
lib/libpisock.*.dylib
lib/libpisync.*.dylib
<<
Shlibs: <<
%p/lib/libpisock.9.dylib 10.0.0 pilot-link09-shlibs (>= 0.12.3-1)
%p/lib/libpisync.1.dylib 2.0.0 pilot-link09-shlibs (>= 0.12.3-1)
<<
DocFiles: AUTHORS COPYING* ChangeLog NEWS README doc/README*
Description: Palm libraries -- shared libraries
<<
Splitoff2: <<
Package: pilot-link-bin
Depends: <<
libpng3-shlibs, readline5-shlibs (>= 5.0-1004),
%N-shlibs (= %v-%r), libpng3-shlibs, popt-shlibs, libgettext3-shlibs
<<
Replaces: pilot-link9-bin, pilot-link10-bin
Conflicts: pilot-link9-bin, pilot-link10-bin
Files: <<
bin
share/man
share/pilot-link
<<
DocFiles: COPYING*
Description: Palm libraries -- Command-line executables
<<
Description: Palm libraries -- development headers
DescDetail: <<
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.
Uses native OS X USB support.
<<
DescPackaging: <<
Upstream hasn't updated Java and Tcl support for this relaease (due to lack of
interest by people to use them) so we don't bother with those bindings.
Perl and Python bindings are in separate packages to comply with Fink's
Perl and Python policies, respectively.
Since we had to update for the new install_name of libpisync, let's go ahead
and
have the numbering in the package name correspond to the libversion of
libpisock.
The libraries no longer need to be hidden away in a private directory.
Renamed the conduit package to pilot-link-bin.
No longer builds a pisock++ library.
Not compatible with libpng14.
Needs to have a static library for jpilot to test for existence of pilot-link
libraries.
<<
###
License: GPL
Maintainer: Alexander K. Hansen <[email protected]>
Homepage: http://www.pilot-link.org/
--- NEW FILE: pilot-link-py.info ---
Info2: <<
Package: pilot-link-py%type_pkg[python]
Version: 0.12.5
Revision: 1
Type: python (2.6 2.7)
###
#Keep %v in sync with that in ./pilot-link09.info
###
Depends: <<
pilot-link09-shlibs, python%type_pkg[python]
<<
BuildDepends: pilot-link09
Conflicts: pilot-link-python, pilot-link9-py%type_pkg[python]
Replaces: pilot-link-python, pilot-link9-py%type_pkg[python]
###
Source: http://downloads.pilot-link.org/pilot-link-%v.tar.bz2
Source-MD5: 568c55bf504b044f6fbd50baa407c990
###
PatchScript: <<
#!/bin/sh -ev
cd bindings/Python
head -n 23 src/pisock.i > ../../LICENSE
perl -ni -e 'print unless /_dirs/' setup.py.in
<<
###
DocFiles: bindings/Python/README bindings/Python/TODO LICENSE
###
ConfigureParams: <<
--libdir=%p/lib \
--includedir=%p/include \
--enable-conduits=no \
--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
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 or /usr/bin/python, but that doesn't really
matter,
since we don't rely on those results.
<<
###
License: BSD
Maintainer: Alexander K. Hansen <[email protected]>
Homepage: http://www.pilot-link.org/
<<
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs