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

Modified Files:
        libimobiledevice.info 
Log Message:
fix shlibs and create -dev splitoff.

Index: libimobiledevice.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/libimobiledevice.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libimobiledevice.info       13 Jan 2011 00:59:15 -0000      1.1
+++ libimobiledevice.info       13 Jan 2011 23:16:39 -0000      1.2
@@ -1,13 +1,13 @@
 Package: libimobiledevice
 Version: 1.0.4
-Revision: 1
+Revision: 2
 Description: Library to talk to iDevices
 License: LGPL
 
 # Dependencies:
 BuildDependsOnly: true
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: pkgconfig, swig, python25 | python26 | python27 | python31
+BuildDepends: pkgconfig, usbmuxd-dev, swig, python25 | python26 | python27 | 
python31
 
 # Unpack Phase:
 Source: http://www.libimobiledevice.org/downloads/libimobiledevice-%v.tar.bz2
@@ -24,22 +24,31 @@
 DocFiles: AUTHORS COPYING* NEWS README
 InstallScript: <<
 #!/bin/sh -ev
-  make install DESTDIR=%i/..
-  install_name_tool -id %p/lib/libimobiledevice.dylib 
%i/lib/libimobiledevice.1.dylib
+  make install DESTDIR=%d
 <<
 
 SplitOff: <<
- Package: %N-shlibs
- Depends: usbmuxd-shlibs
+  Package: %N-shlibs
+  Depends: usbmuxd-shlibs
 
- Files: <<
-  lib/libimobiledevice.1.dylib
-  lib/libimobiledevice.dylib
- <<
- Shlibs: <<
-  %p/lib/libimobiledevice.dylib 2.0.0 libimobiledevice (>= 1.0.4-1)
- <<
- DocFiles:  README
+  Files: <<
+    lib/libimobiledevice.1.dylib
+  <<
+  Shlibs: <<
+    %p/lib/libimobiledevice.1.dylib 2.0.0 libimobiledevice (>= 1.0.4-2)
+  <<
+  DocFiles: AUTHORS COPYING* NEWS README
+<<
+
+Splitoff2: <<
+  Package: %N-dev
+  Depends: %N-shlibs (= %v-%r)
+  BuildDependsOnly: true
+  Files: <<
+    include
+    lib
+  <<
+  DocFiles: AUTHORS COPYING* NEWS README
 <<
 
 # Additional Info
@@ -51,9 +60,9 @@
 device's filesystem, retrieve information about the device and it's
 internals, backup/restore the device, manage SpringBoard icons, manage
 installed applications, retrieve addressbook/calendars/notes and bookmarks
-and synchronize music and video to the device.  The library is in
-development since August 2007 with the goal to bring support for these
-devices to the Linux Desktop.
+and synchronize music and video to the device.
+
+See the README file for some commandline tools to access iDevices.
 <<
 
 Homepage: http://www.libimobiledevice.org/


------------------------------------------------------------------------------
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