libraries/libimobiledevice: Updated for version 1.0.2.

Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
David Somero 2010-08-10 01:39:52 +01:00 committed by Michiel van Wessem
parent a054269999
commit 25385d9064
2 changed files with 9 additions and 6 deletions

View file

@ -28,7 +28,7 @@
PRGNAM=libimobiledevice
VERSION=${VERSION:-0.9.7}
VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -93,6 +93,9 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $(find $PKG/usr/man -type l); do ln -s $(readlink $i).gz $i.gz; rm $i; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING* README AUTHORS docs/* \

View file

@ -1,10 +1,10 @@
PRGNAM="libimobiledevice"
VERSION="0.9.7"
HOMEPAGE="http://matt.colyer.name/projects/iphone-linux/"
DOWNLOAD="http://cloud.github.com/downloads/MattColyer/libiphone/libimobiledevice-0.9.7.tar.bz2"
MD5SUM="b47cf0a645bc2ee2fa34dac11743b40f"
VERSION="1.0.2"
HOMEPAGE="http://www.libimobiledevice.org//"
DOWNLOAD="http://www.libimobiledevice.org/downloads/libimobiledevice-1.0.2.tar.bz2"
MD5SUM="b83dd6f501e2ef199927c20866e9e113"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="Erik Hanson"
APPROVED="Michiel"