diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-09-05 17:05:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-06 09:48:08 +0700 |
commit | f12f00cd4d75c284da7ae280c8432e16246f887f (patch) | |
tree | 0d6c73acfcf25529effc62b62fb19e09770ad4f6 | |
parent | dbd08a5208d6d4295a1dca78e7b1141f29e2d873 (diff) |
libraries/tinyxml: New maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/tinyxml/tinyxml.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/tinyxml/tinyxml.info | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/libraries/tinyxml/tinyxml.SlackBuild b/libraries/tinyxml/tinyxml.SlackBuild index c17fcfa0ac7ac..5041a854ee9fa 100644 --- a/libraries/tinyxml/tinyxml.SlackBuild +++ b/libraries/tinyxml/tinyxml.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for tinyxml # Copyright 2010-2013 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -100,11 +98,15 @@ ln -s lib${PRGNAM}.so.0.${VERSION} $PKG/usr/lib${LIBDIRSUFFIX}/lib${PRGNAM}.so.0 ln -s lib${PRGNAM}.so.0.${VERSION} $PKG/usr/lib${LIBDIRSUFFIX}/lib${PRGNAM}.so install -m 0644 $PRGNAM.h tinystr.h $PKG/usr/include +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + 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 changes.txt readme.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + changes.txt readme.txt \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/tinyxml/tinyxml.info b/libraries/tinyxml/tinyxml.info index 3beb97a5a4495..a4c6eb6ffcc1e 100644 --- a/libraries/tinyxml/tinyxml.info +++ b/libraries/tinyxml/tinyxml.info @@ -6,5 +6,5 @@ MD5SUM="c1b864c96804a10526540c664ade67f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +MAINTAINER="Jeremy Hansen" +EMAIL="jebrhansen+SBo@gmail.com" |