network/msn-pecan: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:08:49 +02:00
parent 4eca7d8ea2
commit 8031868805
4 changed files with 0 additions and 86 deletions

View file

@ -1,4 +0,0 @@
msn-pecan is a fork of the MSN plug-in from Pidgin.
The project aims to have a much faster development process,
low barrier for contributions, and close contact with the
user-base.

View file

@ -1,55 +0,0 @@
#!/bin/sh
#
# Slackware build script for msn-pecan
#
# Written by John Tyree <gummyduk@gmail.com>.
PRGNAM=msn-pecan
VERSION=0.0.17
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"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="msn-pecan"
VERSION="0.0.17"
HOMEPAGE="http://code.google.com/p/msn-pecan/"
DOWNLOAD="http://msn-pecan.googlecode.com/files/msn-pecan-0.0.17.tar.bz2"
MD5SUM="d0539f835d02c94774d06a7877e575ac"
MAINTAINER="John Tyree"
EMAIL="johntyree@gmail.com"
APPROVED="dsomero"

View file

@ -1,19 +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----------------------------------------------|
msn-pecan: msn-pecan (fork of the MSN plug-in from Pidgin)
msn-pecan:
msn-pecan:
msn-pecan: msn-pecan is a fork of the MSN plug-in from Pidgin.
msn-pecan: The project aims to have a much faster development process,
msn-pecan: low barrier for contributions, and close contact with the
msn-pecan: user-base.
msn-pecan:
msn-pecan:
msn-pecan:
msn-pecan: Homepage: http://code.google.com/p/msn-pecan/