summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:08:47 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:08:47 +0200
commita03e0731dc28c5bbc6d995afddb1f666113a1fe8 (patch)
treeeff2405fb41113a3694f5cf5d8ac21ed67274971 /network
parente8758c9d5312586171f58301e377b51869a42801 (diff)
downloadslackbuilds-a03e0731dc28c5bbc6d995afddb1f666113a1fe8.tar.gz
network/lostirc: Removed from 13.0 repository
Diffstat (limited to 'network')
-rw-r--r--network/lostirc/README10
-rw-r--r--network/lostirc/doinst.sh3
-rw-r--r--network/lostirc/lostirc.SlackBuild67
-rw-r--r--network/lostirc/lostirc.info8
-rw-r--r--network/lostirc/slack-desc20
5 files changed, 0 insertions, 108 deletions
diff --git a/network/lostirc/README b/network/lostirc/README
deleted file mode 100644
index c79db97a25..0000000000
--- a/network/lostirc/README
+++ /dev/null
@@ -1,10 +0,0 @@
-LostIRC is a simple, yet very useful IRC client. It has features such as
-tab-autocompletion, multiple server support, automatic joining of
-servers/channels, logging and DCC sending which should cover the needs of
-most people. Another goal that the application has in mind, is 100% keyboard
-controlability. It was written using the gtkmm GUI library.
-
-If it has your interest, there's an IRC channel for LostIRC where you can
-get help/support or just a small chat on irc.freenode.net, #lostirc.
-
-This program requires gtkmm and libsigc++, both available at SlackBuilds.org \ No newline at end of file
diff --git a/network/lostirc/doinst.sh b/network/lostirc/doinst.sh
deleted file mode 100644
index 01ca62b341..0000000000
--- a/network/lostirc/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi \ No newline at end of file
diff --git a/network/lostirc/lostirc.SlackBuild b/network/lostirc/lostirc.SlackBuild
deleted file mode 100644
index 0dc78e5f33..0000000000
--- a/network/lostirc/lostirc.SlackBuild
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for LostIRC
-
-# Written by "majk" <majk@konstelacioj.info>
-
-PRGNAM=lostirc
-VERSION=${VERSION:-0.4.6}
-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 # Exit on most errors
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --mandir=/usr/man \
- --build=$ARCH-slackware-linux \
- --disable-static
-
-make
-make install-strip DESTDIR=$PKG
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a TODO NEWS INSTALL ChangeLog COPYING AUTHORS ABOUT-NLS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/network/lostirc/lostirc.info b/network/lostirc/lostirc.info
deleted file mode 100644
index 427b275717..0000000000
--- a/network/lostirc/lostirc.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="lostirc"
-VERSION="0.4.6"
-HOMEPAGE="http://lostirc.sourceforge.net/"
-DOWNLOAD="http://prdownloads.sourceforge.net/lostirc/lostirc-0.4.6.tar.gz"
-MD5SUM="501cd56bc0740d599540fb415718b939"
-MAINTAINER="majk"
-EMAIL="majk@konstelacioj.info"
-APPROVED="dsomero"
diff --git a/network/lostirc/slack-desc b/network/lostirc/slack-desc
deleted file mode 100644
index c82ec4b49e..0000000000
--- a/network/lostirc/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------------------------------------------------------|
-lostirc: lostirc (Simple IRC client in GTK)
-lostirc:
-lostirc: LostIRC is a simple, yet very useful IRC client. It has features
-lostirc: such as tab-autocompletion, multiple server support,
-lostirc: automatic joining of servers/channels, logging and DCC sending
-lostirc: which should cover the needs of most people. Another goal that
-lostirc: the application has in mind, is 100% keyboard controlability.
-lostirc: It was written using the gtkmm GUI library.
-lostirc:
-lostirc: Homepage: http://lostirc.sourceforge.net/
-lostirc:
- \ No newline at end of file