Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv3418/libs

Added Files:
        libplist-py.info libplist.info 
Log Message:
move imobiledevice stuff to stable.

--- NEW FILE: libplist.info ---
Package: libplist
Version: 1.5
Revision: 1
Description: Library for handling apple .plist files
License: GPL/LGPL

# Dependencies:
BuildDependsOnly: true
BuildDepends: <<
  fink (>= 0.24.12),
  cmake, 
  pkgconfig (>= 0.9.0-1), 
  libxml2 (>= 2.6.32-1)
<<
Depends: %N1-shlibs (>= %v-1)
GCC: 4.0

# Unpack Phase:
Source: http://www.libimobiledevice.org/downloads/%n-%v.tar.bz2
Source-MD5: 66634a473b2098f4971e6f8abd88ddc6

# Compile Phase:
CompileScript: <<
#!/bin/sh -ev
  mkdir build
  cd build
  cmake .. -DCMAKE_INSTALL_PREFIX=%p -DLIB_DESTINATION=%p/lib 
-DENABLE_PYTHON=OFF
  make
<<

# Install Phase:
InstallScript: <<
#!/bin/sh -ev
  cd build
  make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* README

SplitOff: <<
  Package: %N1-shlibs
  Conflicts: %N-shlibs
  Replaces: %N-shlibs
  Depends:  libxml2-shlibs (>= 2.6.32-1)
  Files: <<
    lib/libplist.1.1.5.dylib
    lib/libplist.1.dylib
    lib/libplist++.1.1.5.dylib
    lib/libplist++.1.dylib
  <<
  Shlibs: <<
    %p/lib/libplist.1.dylib   1.0.0 %n (>= 1.5-1)
    %p/lib/libplist++.1.dylib 1.0.0 %n (>= 1.5-1)
  <<
  DocFiles: AUTHORS COPYING* README
<<

Splitoff2: <<
  Package: %N-bin
  Depends: %N1-shlibs (>= %v-1)
  Files: bin
  DocFiles: AUTHORS COPYING* README
<<

# Additional Info
DescDetail: <<
libplist eases dealing with Apple's property list files.
<<

DescPort: <<
Python bindings are pushed to a separate package.
Version 1.5: no need for glib any more.
<<

Homepage: http://www.libimobiledevice.org/
Maintainer: Karl-Michael Schindler <[email protected]>


--- NEW FILE: libplist-py.info ---
Info2: <<
Package: libplist-py%type_pkg[python]
Type: python (2.5 2.6 2.7)
Version: 1.5
Revision: 1
Description: Python bindings for libplist
License: GPL/LGPL

# Dependencies:
BuildDepends: <<
  fink (>= 0.24.12),
  cmake, 
  pkgconfig (>= 0.9.0-1), 
  libxml2 (>= 2.6.32-1),
  swig,
  libplist (>= %v-1)
<<
Depends: python%type_pkg[python], libplist1-shlibs (>= %v-1)
GCC: 4.0

# Unpack Phase:
Source: http://www.libimobiledevice.org/downloads/libplist-%v.tar.bz2
Source-MD5: 66634a473b2098f4971e6f8abd88ddc6

# Compile Phase:
CompileScript: <<
#!/bin/sh -ev
  mkdir build
  cd build
  cmake ..                                                     \
    -DLIB_DESTINATION=%p/lib                                   \
    -DCMAKE_INSTALL_PREFIX=%p                                  \
    -DPYTHON_EXECUTABLE=%p/bin/python%type_raw[python]         \
    -DPYTHON_INCLUDE_DIR=%p/include/python%type_raw[python]    \
    
-DPYTHON_LIBRARY=%p/lib/python%type_raw[python]/config/libpython%type_raw[python].dylib
  make
<<

# Install Phase:
InstallScript: <<
#!/bin/sh -ev
  SWIGLIB_PATH=`%p/bin/swig -swiglib | cut -d / -f 3-5`
  mkdir -p -m 755 %i/$SWIGLIB_PATH
  cp swig/plist.i %i/$SWIGLIB_PATH
  cd build
  make -C swig install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING* README

SplitOff: <<
  Package: %N-dev
  BuildDependsOnly: true
  Depends: %N
  Conflicts: libplist-py25-dev, libplist-py26-dev, libplist-py27-dev 
  Replaces:  libplist-py25-dev, libplist-py26-dev, libplist-py27-dev
  Files: include share/swig
<<

# Additional Info

DescPort: <<
The automatic detection of python does not work. It easily returns a mix of 
system and fink paths of the python executable, the include and the lib folder.
<<

Homepage: http://www.libimobiledevice.org/
Maintainer: Karl-Michael Schindler <[email protected]>
<<


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to