mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/amsn: Updated for version 0.98.3.
This commit is contained in:
parent
edb57ba4a5
commit
def0d1a554
3 changed files with 12 additions and 9 deletions
|
@ -14,5 +14,8 @@
|
|||
* Conferencing support
|
||||
* Tabbed chat windows
|
||||
|
||||
aMSN depends on TCL/TK 8.4. It also requires TLS 1.5 in order to work.
|
||||
aMSN depends on TCL/TK 8.4 or 8.5. It also requires TLS 1.5 in order to work.
|
||||
|
||||
Optional dependencies:
|
||||
GUPnP-IGD This is a library to handle Internet Gateway Device port mappings.
|
||||
http://www.gupnp.org/sources/gupnp-igd
|
|
@ -4,10 +4,10 @@
|
|||
# Written by Marc-Andre Moreau <aghaster@hotmail.com>
|
||||
|
||||
# Modified by the SlackBuilds.org project
|
||||
# Modified for Version upgrade by Niklas 'Nille' Åkerström
|
||||
# Modified for Version upgrade by Niklas 'Nille' Åkerström
|
||||
|
||||
PRGNAM=amsn
|
||||
VERSION=0.97.2
|
||||
VERSION=0.98.3
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -32,7 +32,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
rm -rf $TMP/$PRGNAM-$VERSION
|
||||
cd $TMP || exit 1
|
||||
tar -jxvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2 || exit 1
|
||||
cd $PRGNAM-$VERSION || exit 1
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="amsn"
|
||||
VERSION="0.97.2"
|
||||
VERSION="0.98.3"
|
||||
HOMEPAGE="http://amsn-project.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/amsn/amsn-0.97.2.tar.bz2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/amsn/files/amsn/amsn-0.98.3-src.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="6c494d97b5ab810f1b265ef19bf652b0"
|
||||
MD5SUM="cf184f4c786676a1a0b4b6e1411b9193"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niklas 'Nille' <EFBFBD>kerstr<EFBFBD>m"
|
||||
MAINTAINER="Niklas 'Nille' Åkerström"
|
||||
EMAIL="nille.kungen [at] gmail dot com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue