From 158565bee2f99b837d3a32fc20dbbfedfdd88575 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 7 Apr 2022 01:55:35 -0400 Subject: libraries/aqbanking: Fix docs. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- libraries/aqbanking/aqbanking.SlackBuild | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'libraries/aqbanking') diff --git a/libraries/aqbanking/aqbanking.SlackBuild b/libraries/aqbanking/aqbanking.SlackBuild index 2960912c95..40062edb2b 100644 --- a/libraries/aqbanking/aqbanking.SlackBuild +++ b/libraries/aqbanking/aqbanking.SlackBuild @@ -22,11 +22,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220407 bkw: Modified by SlackBuilds.org, BUILD=2: +# - get rid of compiled tutorials from doc dir. +# - remove useless INSTALL from doc dir. +# - remove /usr/share/doc. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aqbanking VERSION=${VERSION:-6.4.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +43,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 @@ -76,9 +78,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -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 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -98,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO tutorials doc \ +cp -a AUTHORS COPYING ChangeLog NEWS README TODO tutorials doc \ $PKG/usr/doc/$PRGNAM-$VERSION # Remove Makefiles from documentation directories rm $PKG/usr/doc/$PRGNAM-$VERSION/doc/01-OVERVIEW @@ -106,6 +108,9 @@ rm $PKG/usr/doc/$PRGNAM-$VERSION/doc/Makefile* rm $PKG/usr/doc/$PRGNAM-$VERSION/doc/apidoc.h rm $PKG/usr/doc/$PRGNAM-$VERSION/tutorials/Makefile* +rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/tutorials/.libs # 20220407 bkw: no. +rm -rf $PKG/usr/share/doc + # Don't ship .la files: rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/44/dbio/*.la -- cgit v1.2.3-65-gdbad