From 8caaf132f378e086166db8753dfbb3ee1b4ef616 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 2 Mar 2017 16:19:41 -0500 Subject: network/irssi_otr: Use long-format github URL. Signed-off-by: B. Watson --- network/irssi_otr/irssi_otr.SlackBuild | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'network/irssi_otr/irssi_otr.SlackBuild') diff --git a/network/irssi_otr/irssi_otr.SlackBuild b/network/irssi_otr/irssi_otr.SlackBuild index dd72574fcd..2036562201 100644 --- a/network/irssi_otr/irssi_otr.SlackBuild +++ b/network/irssi_otr/irssi_otr.SlackBuild @@ -6,23 +6,25 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20150510 bkw: -# - updated for 1.0.0. -# - 1.0.0 uses libotr-4.x, so rip out all the static linking mess. -# - upstream switched from cmake to autoconf, rewrite most of script. -# - xchat support was dropped by upstream, so remove all references. +# 20170302 bkw: use long-format github URL -# 20150907 bkw: -# - handle case where file was saved as v1.0.0.tar.gz +# 20170121 bkw: +# - updated for 1.0.2. +# - remove ABI check patch (no longer needed) # 20160727 bkw: # - updated for 1.0.1. # - use --with-irssi-module-dir now that it exists. # - add patch to deal with newer irssi's module ABI version check. -# 20170121 bkw: -# - updated for 1.0.2. -# - remove ABI check patch (no longer needed) +# 20150907 bkw: +# - handle case where file was saved as v1.0.0.tar.gz + +# 20150510 bkw: +# - updated for 1.0.0. +# - 1.0.0 uses libotr-4.x, so rip out all the static linking mess. +# - upstream switched from cmake to autoconf, rewrite most of script. +# - xchat support was dropped by upstream, so remove all references. PRGNAM=irssi_otr VERSION=${VERSION:-1.0.2} @@ -64,7 +66,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TARNAM-$VERSION -tar xvf $CWD/$TARNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$TARNAM-$VERSION.tar.gz cd $TARNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3