mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/tomcat-native: Updated for version 1.2.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1dac96abcb
commit
9739403aa9
2 changed files with 7 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tomcat-native
|
||||
VERSION=${VERSION:-1.2.21}
|
||||
VERSION=${VERSION:-1.2.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -89,6 +89,9 @@ find -L . \
|
|||
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
|
||||
|
||||
# Don't ship .la files:
|
||||
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
CHANGELOG.txt CMakeLists.txt LICENSE NOTICE README.txt TODO.txt docs/ \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tomcat-native"
|
||||
VERSION="1.2.21"
|
||||
VERSION="1.2.23"
|
||||
HOMEPAGE="https://tomcat.apache.org/native-doc/"
|
||||
DOWNLOAD="https://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.21/source/tomcat-native-1.2.21-src.tar.gz"
|
||||
MD5SUM="6ca4e4c15e38bda426656cda5f3308c7"
|
||||
DOWNLOAD="https://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.23/source/tomcat-native-1.2.23-src.tar.gz"
|
||||
MD5SUM="feb49fa49373423afae28c36b62d82df"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="adoptopenjdk"
|
||||
|
|
Loading…
Reference in a new issue