mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/zend-opcache: Updated for version 7.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66f40c08e7
commit
9b670f181a
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for "zend-opcache".
|
||||
# Slackware build script for "zend-opcache".
|
||||
|
||||
# Copyright 2013-2014 Marcel Saegebarth <marc@mos6581.de>
|
||||
# Copyright 2013-2015 Marcel Saegebarth <marc@mos6581.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=zend-opcache
|
||||
SRCNAM=zendopcache
|
||||
VERSION=${VERSION:-7.0.3}
|
||||
VERSION=${VERSION:-7.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,7 +70,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -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 {} \;
|
||||
|
||||
phpize
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install-modules INSTALL_ROOT=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -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
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zend-opcache"
|
||||
VERSION="7.0.3"
|
||||
VERSION="7.0.4"
|
||||
HOMEPAGE="http://pecl.php.net/package/ZendOpcache/"
|
||||
DOWNLOAD="http://pecl.php.net/get/zendopcache-7.0.3.tgz"
|
||||
MD5SUM="a25679504ae75bf0813acafc99991a95"
|
||||
DOWNLOAD="http://pecl.php.net/get/zendopcache-7.0.4.tgz"
|
||||
MD5SUM="7aad5d4bc0abd4c2c03c9f9305e9c36d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue