network/amsn: Removed (download link broken)

This commit is contained in:
dsomero 2010-05-19 21:47:22 -04:00 committed by David Somero
parent 91c06aa23b
commit 26bd2a975e
5 changed files with 0 additions and 123 deletions

View file

@ -1,21 +0,0 @@
aMSN is a free open source MSN Messenger clone, with features such as:
* Display pictures
* Custom emoticons
* Multi-language support (around 40 languages currently supported)
* Webcam support
* Sign in to more than one account at once
* Full-speed File transfers
* Group support
* Normal, and animated emoticons with sounds
* Chat logs
* Timestamping
* Event alarms
* Conferencing support
* Tabbed chat windows
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

View file

@ -1,67 +0,0 @@
#!/bin/sh
# Slackware build script for aMSN
# Written by Marc-Andre Moreau <aghaster@hotmail.com>
# Modified by the SlackBuilds.org project
# Modified for Version upgrade by Niklas 'Nille' Åkerström
PRGNAM=amsn
VERSION=0.98.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP || 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 .
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
|| exit 1
make || exit 1
make install DESTDIR=$PKG || exit 1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AGREEMENT ChangeLog CREDITS FAQ GNUGPL HELP INSTALL README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,10 +0,0 @@
PRGNAM="amsn"
VERSION="0.98.3"
HOMEPAGE="http://amsn-project.net/"
DOWNLOAD="http://downloads.sourceforge.net/amsn/files/amsn/amsn-0.98.3-src.tar.bz2"
MD5SUM="cf184f4c786676a1a0b4b6e1411b9193"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niklas 'Nille' Åkerström"
EMAIL="nille.kungen [at] gmail dot com"
APPROVED="Erik Hanson"

View file

@ -1,5 +0,0 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi

View file

@ -1,20 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
amsn: aMSN (Alvaro's Messenger)
amsn:
amsn: aMSN is a clone of Microsoft's MSN Messenger, written in TCL/TK.
amsn:
amsn: http://amsn-project.net/
amsn:
amsn:
amsn:
amsn:
amsn:
amsn: