summaryrefslogtreecommitdiffstats
path: root/network/irssi_otr/irssi_otr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/irssi_otr/irssi_otr.SlackBuild')
-rw-r--r--network/irssi_otr/irssi_otr.SlackBuild24
1 files changed, 13 insertions, 11 deletions
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 . \