libraries/libplist: Updated for version 1.2.

This commit is contained in:
David Somero 2010-03-22 16:46:09 -05:00 committed by Erik Hanson
parent f514aef4e0
commit fbd575afd0
2 changed files with 6 additions and 10 deletions

View file

@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libplist
VERSION=${VERSION:-0.16}
VERSION=${VERSION:-1.2}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,12 +76,8 @@ mkdir build
make install DESTDIR=$PKG
) || exit
( 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 \

View file

@ -1,8 +1,8 @@
PRGNAM="libplist"
VERSION="0.16"
VERSION="1.2"
HOMEPAGE="http://github.com/JonathanBeck/libplist"
DOWNLOAD="http://cloud.github.com/downloads/JonathanBeck/libplist/libplist-0.16.tar.bz2"
MD5SUM="c2fffd7723df3cbd76a05a1867f1fbf2"
DOWNLOAD="http://cloud.github.com/downloads/JonathanBeck/libplist/libplist-1.2.tar.bz2"
MD5SUM="a29e98e51977253f09a912c942f37a68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"