diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-11-08 11:22:51 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:46:59 +0700 |
commit | d6e3811e12088b675fdfb8fc86a0dec617f387b5 (patch) | |
tree | 1424cfde93355f6e15343c70d223da656b6dc98f /development/slibtool | |
parent | e5c10971b9e39d976c2d47ed0fb119b3a771a0b8 (diff) | |
download | slackbuilds-d6e3811e12088b675fdfb8fc86a0dec617f387b5.tar.gz |
development/slibtool: Updated for version 0.5.28.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/slibtool')
-rw-r--r-- | development/slibtool/slibtool.SlackBuild | 6 | ||||
-rw-r--r-- | development/slibtool/slibtool.info | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/development/slibtool/slibtool.SlackBuild b/development/slibtool/slibtool.SlackBuild index 90b1601c80..5f0e4abdfa 100644 --- a/development/slibtool/slibtool.SlackBuild +++ b/development/slibtool/slibtool.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slibtool -VERSION=${VERSION:-0.5.26} +VERSION=${VERSION:-0.5.28} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,10 +84,6 @@ CFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -# Due to changes introduced in 0.5.25 this symlink is required as a -# temporary hack until slibtool no longer needs an external -ar. -( cd $PKG/usr/bin; ln -s $ARCH-slackware-linux-gcc-ar $ARCH-slackware-linux-ar ) - if [ "$DEBUG" = 0 ]; then find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/development/slibtool/slibtool.info b/development/slibtool/slibtool.info index 4fbe5ce864..5002ccd801 100644 --- a/development/slibtool/slibtool.info +++ b/development/slibtool/slibtool.info @@ -1,8 +1,8 @@ PRGNAM="slibtool" -VERSION="0.5.26" +VERSION="0.5.28" HOMEPAGE="https://midipix.org/" -DOWNLOAD="https://midipix.org/dl/slibtool/slibtool-0.5.26.tar.xz" -MD5SUM="d4cb1b422175cb3bf2aeffcde95eedb4" +DOWNLOAD="https://midipix.org/dl/slibtool/slibtool-0.5.28.tar.xz" +MD5SUM="883be5442b95bcc954cc0c82023d9e7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |