summaryrefslogtreecommitdiffstats
path: root/network/qbittorrent
diff options
context:
space:
mode:
author dsomero <xgizzmo@gmail.com>2010-05-21 18:38:43 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-05-24 16:07:18 -0500
commit25e6c764a2f4d7610af228980372cbc8e6a1d7c1 (patch)
treea07181494a5edda342ae818e8bf12c51ec8da1f2 /network/qbittorrent
parent6bffee73261463eacfd1ac33a1c6e064f1920b78 (diff)
downloadslackbuilds-25e6c764a2f4d7610af228980372cbc8e6a1d7c1.tar.gz
slackbuilds-25e6c764a2f4d7610af228980372cbc8e6a1d7c1.tar.xz
network/qbittorrent: Removed (download link broken)
Diffstat (limited to 'network/qbittorrent')
-rw-r--r--network/qbittorrent/README16
-rw-r--r--network/qbittorrent/doinst.sh10
-rw-r--r--network/qbittorrent/qbittorrent.SlackBuild102
-rw-r--r--network/qbittorrent/qbittorrent.info10
-rw-r--r--network/qbittorrent/slack-desc19
5 files changed, 0 insertions, 157 deletions
diff --git a/network/qbittorrent/README b/network/qbittorrent/README
deleted file mode 100644
index ea29b536b1..0000000000
--- a/network/qbittorrent/README
+++ /dev/null
@@ -1,16 +0,0 @@
-qBittorrent : a C++ / Qt4 Bittorrent Client
-
-The qBittorrent project was created in March 2006 with the idea
-of developing a new Bittorrent client for Linux (and possibly
-other systems) that would be easy to use, good looking, featureful
-but lightweight.
-qBittorrent is a Free Software released under the GNU GPL license.
-
-One of it's useful features is the ability to search torrent sites.
-The author is Christophe Dumez, a French student in an engineer
-school (UTBM), in IT departement.
-qBittorrent is based on the great Libtorrent by Arvid Norberg.
-
-qBittorrent depends on QT4 and libtorrent-rasterbar >= 0.14.0
-
-Homepage: http://qbittorrent.sourceforge.net
diff --git a/network/qbittorrent/doinst.sh b/network/qbittorrent/doinst.sh
deleted file mode 100644
index 1f8ff67ded..0000000000
--- a/network/qbittorrent/doinst.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
-fi
-
-if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-
diff --git a/network/qbittorrent/qbittorrent.SlackBuild b/network/qbittorrent/qbittorrent.SlackBuild
deleted file mode 100644
index 72746e8e86..0000000000
--- a/network/qbittorrent/qbittorrent.SlackBuild
+++ /dev/null
@@ -1,102 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for qbittorrent
-# Copyright 2009 David Woodfall <info@davidwoodfall.co.uk>
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=qbittorrent
-VERSION=${VERSION:-2.1.5}
-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
-
-set -e
-
-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 \
- --qtdir=/usr/lib/qt4
-
-make
-mkdir -p $PKG/usr/bin
-cp -a src/qbittorrent $PKG/usr/bin/
-
-mkdir -p $PKG/usr/man/man1
-cp -a doc/qbittorrent.1 $PKG/usr/man/man1/
-
-mkdir -p $PKG/usr/share/applications
-cp -a src/Icons/qBittorrent.desktop $PKG/usr/share/applications/
-
-for i in 16 22 24 32 36 48 64 72 96 128 192 ; do
- mkdir -p $PKG/usr/share/icons/hicolor/${i}x${i}/apps
- cp -a src/menuicons/${i}x${i}/apps/qbittorrent.png \
- $PKG/usr/share/icons/hicolor/${i}x${i}/apps ;
-done
-
-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/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 \
- AUTHORS Changelog NEWS TODO COPYING INSTALL 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.${PKGTYPE:-tgz}
diff --git a/network/qbittorrent/qbittorrent.info b/network/qbittorrent/qbittorrent.info
deleted file mode 100644
index 300f2fe0c6..0000000000
--- a/network/qbittorrent/qbittorrent.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="qbittorrent"
-VERSION="2.1.5"
-HOMEPAGE="http://qbittorrent.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-2.1.5.tar.gz"
-MD5SUM="22ed5e6713a319cc71997f4243888f8e"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="David Woodfall"
-EMAIL="info@davidwoodfall.co.uk"
-APPROVED="Erik Hanson"
diff --git a/network/qbittorrent/slack-desc b/network/qbittorrent/slack-desc
deleted file mode 100644
index 3673629a10..0000000000
--- a/network/qbittorrent/slack-desc
+++ /dev/null
@@ -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------------------------------------------------------|
-qbittorrent: qBittorrent (a C++ / Qt4 Bittorrent Client)
-qbittorrent:
-qbittorrent: The qBittorrent project was created in March 2006 with the idea
-qbittorrent: of developing a new Bittorrent client for Linux (and possibly
-qbittorrent: other systems) that would be easy to use, good looking, featureful
-qbittorrent: but lightweight.
-qbittorrent: qBittorrent is a Free Software released under the GNU GPL license.
-qbittorrent: The author is Christophe Dumez, a French student in an engineer
-qbittorrent: school (UTBM), in IT departement.
-qbittorrent:
-qbittorrent: Homepage: http://qbittorrent.sourceforge.net