From f2e1059e11adaf069f71f250deb9b9a6bfbe56be Mon Sep 17 00:00:00 2001 From: David Somero Date: Mon, 22 Mar 2010 16:54:48 -0500 Subject: system/ifuse: Updated for version 0.9.7. --- system/ifuse/README | 2 +- system/ifuse/ifuse.SlackBuild | 10 +++------- system/ifuse/ifuse.info | 6 +++--- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/system/ifuse/README b/system/ifuse/README index 30fc41798f..1021b21a2a 100644 --- a/system/ifuse/README +++ b/system/ifuse/README @@ -1,3 +1,3 @@ A fuse filesystem for mounting iPhone and iPod touch devices. -Requires: libtasn1 libusb1 libplist usbmuxd and libiphone. +Requires: libtasn1 libusb1 libplist usbmuxd and libimobiledevice. diff --git a/system/ifuse/ifuse.SlackBuild b/system/ifuse/ifuse.SlackBuild index 86b51fddd3..8aa7d787b8 100644 --- a/system/ifuse/ifuse.SlackBuild +++ b/system/ifuse/ifuse.SlackBuild @@ -27,7 +27,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ifuse -VERSION=${VERSION:-0.9.5} +VERSION=${VERSION:-0.9.7} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,12 +77,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/system/ifuse/ifuse.info b/system/ifuse/ifuse.info index 582a09f3c4..3827b100a9 100644 --- a/system/ifuse/ifuse.info +++ b/system/ifuse/ifuse.info @@ -1,8 +1,8 @@ PRGNAM="ifuse" -VERSION="0.9.5" +VERSION="0.9.7" HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/" -DOWNLOAD="http://cloud.github.com/downloads/MattColyer/ifuse/ifuse-0.9.5.tar.bz2" -MD5SUM="c062c9a46686ab812323f886dd59b9b1" +DOWNLOAD="http://cloud.github.com/downloads/MattColyer/ifuse/ifuse-0.9.7.tar.bz2" +MD5SUM="53bbfece668f1f1b8a1b901d31409354" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Somero" -- cgit v1.2.3