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

Modified Files:
        usbmuxd.info 
Log Message:
usbmuxd: fix install_name issue and some polish.

Index: usbmuxd.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/usbmuxd.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- usbmuxd.info        12 Jan 2011 23:22:07 -0000      1.1
+++ usbmuxd.info        13 Jan 2011 22:45:18 -0000      1.2
@@ -1,6 +1,6 @@
 Package: usbmuxd
 Version: 1.0.6
-Revision: 1
+Revision: 2
 Description: USB multiplexing daemon
 License: LGPL
 
@@ -27,8 +27,7 @@
 InstallScript: <<
 #!/bin/sh -ev
   cd build
-  make install DESTDIR=%i/..
-  install_name_tool -id %p/lib/libusbmuxd.dylib %i/lib/libusbmuxd.%v.dylib
+  make install DESTDIR=%d
 <<
 
 SplitOff: <<
@@ -38,27 +37,36 @@
  Files: <<
   lib/libusbmuxd.%v.dylib
   lib/libusbmuxd.1.dylib
-  lib/libusbmuxd.dylib
  <<
  Shlibs: <<
-  %p/lib/libusbmuxd.dylib 1.0.0 %n (>= 1.3-1)
+  %p/lib/libusbmuxd.1.dylib 1.0.0 %n (>= 1.0.6-2)
  <<
- DocFiles:  README
+ DocFiles: AUTHORS COPYING* README*
 <<
 
+Splitoff2: <<
+  Package: %N-dev
+  Depends: %N-shlibs (= %v-%r)
+  BuildDependsOnly: true
+  Files: <<
+    include
+    lib
+  <<
+  DocFiles: AUTHORS COPYING* 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.
+'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.
+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