[69609] trunk/dports/sysutils
Ryan Schmidt
ryandesign at macports.org
Sat Jul 10 17:06:25 PDT 2010
On Jul 10, 2010, at 17:44, blair at macports.org wrote:
> 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
> +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
Needs a dependency on port:readline too.
> + xinstall ${worksrcpath}/LICENSE ${sharedir}
> + xinstall ${worksrcpath}/README ${sharedir}
How about:
xinstall -m 644 -W ${worksrcpath} LICENSE README ${sharedir}
More information about the macports-dev
mailing list