Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv18304

Added Files:
        dsc-extractor.info dsc-extractor.patch 
Log Message:
copy from 10.4

--- NEW FILE: dsc-extractor.patch ---
--- dyld-195.6-orig/launch-cache/dsc_extractor.cpp      2010-12-13 
21:11:13.000000000 +0100
+++ dyld-195.6-patched/launch-cache/dsc_extractor.cpp   2012-07-12 
20:59:42.000000000 +0200
@@ -425,11 +425,11 @@
 }
 
 
-#if 0 
+#if 1
 int main(int argc, const char* argv[])
 {
        if ( argc != 3 ) {
-               fprintf(stderr, "usage: dsc_extractor <path-to-cache-file> 
<path-to-device-dir>\n");
+               fprintf(stderr, "usage: dsc_extractor <path-to-cache-file> 
<path-to-extraction-dir>\n");
                return 1;
        }
                

--- NEW FILE: dsc-extractor.info ---
Package: dsc-extractor
Version: 195.6
Revision: 1

BuildDepends: fink (>= 0.24.12)

Source: http://opensource.apple.com/tarballs/dyld/dyld-%v.tar.gz
Source-MD5: 4d47ad33e2bb1441f6ffb7b65c3a304f

PatchFile: %n.patch
patchFile-MD5: 2f3e239f5d8b7b00b5e67fd582fd5d7b

CompileScript: <<
  g++ launch-cache/dsc_extractor.cpp launch-cache/dsc_iterator.cpp -o 
dsc_extractor
<<

InstallScript: <<
  mkdir -p %i/bin
  mv dsc_extractor %i/bin
<<

DocFiles: APPLE_LICENSE

Description: Extract dylibs from iOS dyld_shared_cache

License: OSI-Approved 
Homepage: http://opensource.apple.com/
Maintainer: Matthias Ringwald <f...@ringwald.ch>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to