summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-19 21:47:22 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-20 23:34:47 -0500
commit26bd2a975ef839d1572940c4776c0fc882493a6e (patch)
tree2a91603eeee66af4af4913eb77857fd18bc814e7 /network
parent91c06aa23b78d6d6ec9e6dac53505a844f2271f4 (diff)
downloadslackbuilds-26bd2a975ef839d1572940c4776c0fc882493a6e.tar.gz
slackbuilds-26bd2a975ef839d1572940c4776c0fc882493a6e.tar.xz
network/amsn: Removed (download link broken)
Diffstat (limited to 'network')
-rw-r--r--network/amsn/README21
-rw-r--r--network/amsn/amsn.SlackBuild67
-rw-r--r--network/amsn/amsn.info10
-rw-r--r--network/amsn/doinst.sh5
-rw-r--r--network/amsn/slack-desc20
5 files changed, 0 insertions, 123 deletions
diff --git a/network/amsn/README b/network/amsn/README
deleted file mode 100644
index 932efdc400..0000000000
--- a/network/amsn/README
+++ /dev/null
@@ -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 \ No newline at end of file
diff --git a/network/amsn/amsn.SlackBuild b/network/amsn/amsn.SlackBuild
deleted file mode 100644
index dfe3068470..0000000000
--- a/network/amsn/amsn.SlackBuild
+++ /dev/null
@@ -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}
diff --git a/network/amsn/amsn.info b/network/amsn/amsn.info
deleted file mode 100644
index a2e06d0353..0000000000
--- a/network/amsn/amsn.info
+++ /dev/null
@@ -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"
diff --git a/network/amsn/doinst.sh b/network/amsn/doinst.sh
deleted file mode 100644
index 19913c991b..0000000000
--- a/network/amsn/doinst.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications
-fi
-
diff --git a/network/amsn/slack-desc b/network/amsn/slack-desc
deleted file mode 100644
index e752259530..0000000000
--- a/network/amsn/slack-desc
+++ /dev/null
@@ -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:
-