Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26102

Added Files:
        usbmuxd.info 
Log Message:
new package: usbmuxd, a USB multiplexing daemon for iDevices.

--- NEW FILE: usbmuxd.info ---
Package: usbmuxd
Version: 1.0.6
Revision: 1
Description: USB multiplexing daemon
License: LGPL

# Dependencies:
BuildDependsOnly: true
Depends: %N-shlibs (= %v-%r)
BuildDepends: pkgconfig, cmake, libplist, libusb1, libgcrypt

# Unpack Phase:
Source: http://marcansoft.com/uploads/%n/%n-%v.tar.bz2
Source-MD5: c8909cfd9253d8d1a5e26f2ff7e5908b

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

# Install Phase:
DocFiles: AUTHORS COPYING* README*
InstallScript: <<
#!/bin/sh -ev
  cd build
  make install DESTDIR=%i/..
  install_name_tool -id %p/lib/libusbmuxd.dylib %i/lib/libusbmuxd.%v.dylib
<<

SplitOff: <<
 Package: %N-shlibs
 Depends: libplist-shlibs, libusb1-shlibs, libgcrypt-shlibs

 Files: <<
  lib/libusbmuxd.%v.dylib
  lib/libusbmuxd.1.dylib
  lib/libusbmuxd.dylib
 <<
 Shlibs: <<
  %p/lib/libusbmuxd.dylib 1.0.0 %n (>= 1.3-1)
 <<
 DocFiles:  README
<<


# Additional Info
DescDetail: <<
'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of
multiplexing connections over USB to an iPhone or iPod touch. To users, it means
you can sync your music, contacts, photos, etc. over USB. To developers, it
means you can connect to any listening localhost socket on the device. usbmuxd
is not used for tethering data transfer, which uses a dedicated USB interface as
a virtual network device.

There is already a usbmuxd daemon running if iTunes is installed. The purpose
of this package is mainly to offer libusbmuxd.dylib for other programs to talk 
to the usbmuxd daemon.
<<
Homepage: http://www.libimobiledevice.org/
Maintainer: Karl-Michael Schindler <karl-michael.schind...@web.de>


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to