diff options
author | David Somero <dsomero@hotmail.com> | 2010-03-22 16:54:48 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 14:28:15 +0200 |
commit | f2e1059e11adaf069f71f250deb9b9a6bfbe56be (patch) | |
tree | 6826291a8b965b05692062eef4bafad7259589eb /system/ifuse | |
parent | 897fbe6de13a625551925a825a604d9deab0412a (diff) | |
download | slackbuilds-f2e1059e11adaf069f71f250deb9b9a6bfbe56be.tar.gz |
system/ifuse: Updated for version 0.9.7.
Diffstat (limited to 'system/ifuse')
-rw-r--r-- | system/ifuse/README | 2 | ||||
-rw-r--r-- | system/ifuse/ifuse.SlackBuild | 10 | ||||
-rw-r--r-- | 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" |