mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libplist: Updated for version 1.2.
This commit is contained in:
parent
f514aef4e0
commit
fbd575afd0
2 changed files with 6 additions and 10 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue