mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/aqbanking: Updated for version 6.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4308a5902d
commit
5cc91decfa
2 changed files with 9 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for aqbanking
|
# Slackware build script for aqbanking
|
||||||
|
|
||||||
# Copyright 2013-2020 Heiko Rosemann Germany
|
# Copyright 2013-2022 Heiko Rosemann Germany
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=aqbanking
|
PRGNAM=aqbanking
|
||||||
VERSION=${VERSION:-6.2.2}
|
VERSION=${VERSION:-6.4.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -106,6 +106,10 @@ rm $PKG/usr/doc/$PRGNAM-$VERSION/doc/Makefile*
|
||||||
rm $PKG/usr/doc/$PRGNAM-$VERSION/doc/apidoc.h
|
rm $PKG/usr/doc/$PRGNAM-$VERSION/doc/apidoc.h
|
||||||
rm $PKG/usr/doc/$PRGNAM-$VERSION/tutorials/Makefile*
|
rm $PKG/usr/doc/$PRGNAM-$VERSION/tutorials/Makefile*
|
||||||
|
|
||||||
|
# Don't ship .la files:
|
||||||
|
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la
|
||||||
|
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/44/dbio/*.la
|
||||||
|
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="aqbanking"
|
PRGNAM="aqbanking"
|
||||||
VERSION="6.2.2"
|
VERSION="6.4.1"
|
||||||
HOMEPAGE="https://www.aquamaniac.de/"
|
HOMEPAGE="https://www.aquamaniac.de/"
|
||||||
DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/334/aqbanking-6.2.2.tar.gz"
|
DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/400/aqbanking-6.4.1.tar.gz"
|
||||||
MD5SUM="a9c236ab4a1088a56c8cb488c2f793fc"
|
MD5SUM="abb5ad84ec4edb0c8e9653d98f5c4a8b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gwenhywfar xmlsec"
|
REQUIRES="gwenhywfar xmlsec"
|
||||||
|
|
Loading…
Reference in a new issue