mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/irssi_otr: Use long-format github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
cccc2c0375
commit
8caaf132f3
2 changed files with 14 additions and 12 deletions
|
@ -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 . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="irssi_otr"
|
||||
VERSION="1.0.2"
|
||||
HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
|
||||
DOWNLOAD="https://github.com/cryptodotis/irssi-otr/archive/v1.0.2.tar.gz"
|
||||
DOWNLOAD="https://github.com/cryptodotis/irssi-otr/archive/v1.0.2/irssi-otr-1.0.2.tar.gz"
|
||||
MD5SUM="5f217dade49593f8505fecc5a5d322d2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue