diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-01-11 16:33:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:32 +0700 |
commit | 3af881462573789c37654ff24cd253e1ca7fdfc8 (patch) | |
tree | ac6a8310edb0373aac385260b9a3df04ca59ad75 /network/wire/wire.SlackBuild | |
parent | 8bc076d37bd6eec64cdfc262bece3f427cce9665 (diff) | |
download | slackbuilds-3af881462573789c37654ff24cd253e1ca7fdfc8.tar.gz |
network/wire: Updated for version 3.5.2881.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/wire/wire.SlackBuild')
-rw-r--r-- | network/wire/wire.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/wire/wire.SlackBuild b/network/wire/wire.SlackBuild index 071a781e53..160bd830cf 100644 --- a/network/wire/wire.SlackBuild +++ b/network/wire/wire.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wire -# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wire -VERSION=${VERSION:-3.0.2816} +VERSION=${VERSION:-3.5.2881} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,8 +75,8 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Install data -mkdir -p $PKG/opt/$PRGNAM-desktop -cp -rf opt/$PRGNAM-desktop/* $PKG/opt/$PRGNAM-desktop +mkdir -p $PKG/opt/${PRGNAM^} +cp -rf opt/${PRGNAM^}/* $PKG/opt/${PRGNAM^} 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 @@ -85,7 +85,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/bin ( cd $PKG/usr/bin - ln -sf /opt/$PRGNAM-desktop/$PRGNAM-desktop $PRGNAM-desktop + ln -sf /opt/${PRGNAM^}/$PRGNAM-desktop $PRGNAM-desktop ) # Install .desktop file @@ -100,7 +100,7 @@ install -D -m0644 usr/share/icons/hicolor/32x32/apps/$PRGNAM-desktop.png \ gunzip usr/share/doc/$PRGNAM-desktop/changelog.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a usr/share/doc/$PRGNAM-desktop/changelog opt/$PRGNAM-desktop/LICENSE* \ +cp -a usr/share/doc/$PRGNAM-desktop/changelog opt/${PRGNAM^}/LICENSE* \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |