[69609] trunk/dports/sysutils

blair at macports.org blair at macports.org
Sat Jul 10 15:44:19 PDT 2010


Revision: 69609
          http://trac.macports.org/changeset/69609
Author:   blair at macports.org
Date:     2010-07-10 15:44:17 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
New port for iRecovery, a command line tool that lets you connect to
an iPhone, iTouch or iPad.  This was useful to help back my iPhone 3G
from iOS 4 to 3.1.3.

Added Paths:
-----------
    trunk/dports/sysutils/iRecovery/
    trunk/dports/sysutils/iRecovery/Portfile

Added: trunk/dports/sysutils/iRecovery/Portfile
===================================================================
--- trunk/dports/sysutils/iRecovery/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/iRecovery/Portfile	2010-07-10 22:44:17 UTC (rev 69609)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem 1.0
+
+name            iRecovery
+version         0.01
+categories      sysutils
+maintainers     blair
+description     Console client for iBoot/iBSS iPhone, iPod touch and iPad
+
+long_description \
+                iRecovery is a libusb-based command line utility for Mac OS X \
+                and Linux.  It is able to talk to the iBoot/iBSS in Apple's \
+                iPhone/iPod touch via USB.  It supports iBoot/iBSS 2.x, 3.x \
+                and 4.x.
+
+homepage        http://github.com/westbaer/irecovery
+
+fetch.type      git
+git.url         git://github.com/westbaer/irecovery.git
+git.branch      b4f662f2133f47e2c93a2bd1953ae2625232e4ae
+
+platforms       darwin
+
+depends_lib     port:libusb-compat
+
+use_configure   no
+
+build.target    CFLAGS_OSX="-I${prefix}/include -L${prefix}/lib -lusb -framework CoreFoundation -framework IOKit -lreadline" macosx
+
+destroot {
+        xinstall ${worksrcpath}/irecovery ${destroot}${prefix}/bin
+       
+        set sharedir ${destroot}${prefix}/share/doc/${name}
+        xinstall -d ${sharedir} 
+        xinstall ${worksrcpath}/LICENSE ${sharedir}
+        xinstall ${worksrcpath}/README ${sharedir}
+}


Property changes on: trunk/dports/sysutils/iRecovery/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/307023d6/attachment.html>


More information about the macports-changes mailing list