diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-01 17:53:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:26 +0700 |
commit | d8a241a8d8d314e5363f8b060eaa0d3ad2ae9756 (patch) | |
tree | 26ab790c22d98c1ce3a4d9745c3d603121f20141 /libraries/exempi | |
parent | 26ffad066a5b9cc5b4c33dca2c1a4c93ffe07c81 (diff) |
libraries/exempi: Updated for version 2.5.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/exempi')
-rw-r--r-- | libraries/exempi/exempi.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/exempi/exempi.SlackBuild b/libraries/exempi/exempi.SlackBuild index 6a49a42b30a0..ceb7df95e992 100644 --- a/libraries/exempi/exempi.SlackBuild +++ b/libraries/exempi/exempi.SlackBuild @@ -26,6 +26,7 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20210801 bkw: update for v2.5.2 # 20200101 bkw: # - take over maintenance # - update for v2.5.1 @@ -47,9 +48,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 @@ -99,6 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la gzip -9 $PKG/usr/man/man1/$PRGNAM.1 |