mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/p4v: Updated for version 2014.1.978848.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8a46ecb699
commit
59d5b6f6a0
2 changed files with 5 additions and 5 deletions
|
@ -76,7 +76,7 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}
|
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}
|
||||||
rm bin/qt.conf
|
rm bin/qt.conf
|
||||||
|
@ -87,7 +87,7 @@ mv lib/p4v $PKG/usr/lib${LIBDIRSUFFIX}/p4v
|
||||||
sed -i "s%prefix/lib/%prefix/lib${LIBDIRSUFFIX}/%g" $PKG/usr/bin/$PRGNAM
|
sed -i "s%prefix/lib/%prefix/lib${LIBDIRSUFFIX}/%g" $PKG/usr/bin/$PRGNAM
|
||||||
sed -i "s%prefix/lib/%prefix/lib${LIBDIRSUFFIX}/%g" $PKG/usr/bin/p4merge
|
sed -i "s%prefix/lib/%prefix/lib${LIBDIRSUFFIX}/%g" $PKG/usr/bin/p4merge
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="p4v"
|
PRGNAM="p4v"
|
||||||
VERSION="2014.1.888424"
|
VERSION="2014.1.978848"
|
||||||
HOMEPAGE="http://www.perforce.com/"
|
HOMEPAGE="http://www.perforce.com/"
|
||||||
DOWNLOAD="http://www.perforce.com/downloads/perforce/r14.1/bin.linux26x86/p4v.tgz"
|
DOWNLOAD="http://www.perforce.com/downloads/perforce/r14.1/bin.linux26x86/p4v.tgz"
|
||||||
MD5SUM="761ea4e61962a53330cfe9ec317acf3a"
|
MD5SUM="3ffcae9547bf335191b709e170003e6d"
|
||||||
DOWNLOAD_x86_64="http://www.perforce.com/downloads/perforce/r14.1/bin.linux26x86_64/p4v.tgz"
|
DOWNLOAD_x86_64="http://www.perforce.com/downloads/perforce/r14.1/bin.linux26x86_64/p4v.tgz"
|
||||||
MD5SUM_x86_64="a7436d04cef5caaba64dd117f1b762ad"
|
MD5SUM_x86_64="f801f36570ff30e8c4d7dcc34bfebf54"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="David Sullins"
|
MAINTAINER="David Sullins"
|
||||||
EMAIL="david.sullins@gmail.com"
|
EMAIL="david.sullins@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue