diff options
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/gwenhywfar/gwenhywfar.info | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild index 6acd0e53abfde..481d285a896ba 100644 --- a/libraries/gwenhywfar/gwenhywfar.SlackBuild +++ b/libraries/gwenhywfar/gwenhywfar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gwenhywfar -# Copyright 2013-2020 Heiko Rosemann Germany +# Copyright 2013-2022 Heiko Rosemann Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gwenhywfar -VERSION=${VERSION:-5.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.8.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -102,6 +102,12 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +# Don't ship .la files: +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/configmgr/dir.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/ct/ohbci.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/dbio/*.la + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/libraries/gwenhywfar/gwenhywfar.info b/libraries/gwenhywfar/gwenhywfar.info index 39c49db8174db..313116805c3d8 100644 --- a/libraries/gwenhywfar/gwenhywfar.info +++ b/libraries/gwenhywfar/gwenhywfar.info @@ -1,8 +1,8 @@ PRGNAM="gwenhywfar" -VERSION="5.4.0" +VERSION="5.8.2" HOMEPAGE="https://www.aquamaniac.de/" -DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/331/gwenhywfar-5.4.0.tar.gz" -MD5SUM="af3d547d46920964f25af853b9efc9f1" +DOWNLOAD="https://aquamaniac.de/rdm/attachments/download/411/gwenhywfar-5.8.2.tar.gz" +MD5SUM="8968f7537a450305257f552541fc68b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |