diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2011-04-06 02:40:12 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 21:09:39 -0500 |
commit | 4c2a84bcb022a5bb9e55e072cee9e8cd9ebe221e (patch) | |
tree | 08b98ed9fec87bb8de5a2bfd4aad6b42a4cfd2b2 /network | |
parent | e3e6a8e2e8aaae17ad1996b70d2bfddb295506e1 (diff) | |
download | slackbuilds-4c2a84bcb022a5bb9e55e072cee9e8cd9ebe221e.tar.gz |
network/pino: Removed as does not build.
Diffstat (limited to 'network')
-rw-r--r-- | network/pino/README | 3 | ||||
-rw-r--r-- | network/pino/doinst.sh | 4 | ||||
-rw-r--r-- | network/pino/pino.SlackBuild | 90 | ||||
-rw-r--r-- | network/pino/pino.info | 10 | ||||
-rw-r--r-- | network/pino/slack-desc | 19 |
5 files changed, 0 insertions, 126 deletions
diff --git a/network/pino/README b/network/pino/README deleted file mode 100644 index 4ac12b94a0..0000000000 --- a/network/pino/README +++ /dev/null @@ -1,3 +0,0 @@ -Pino is a Twitter and Identi.ca client for Linux desktop. - -This requires libgee, libsoup, libunique, vala, and webkit. diff --git a/network/pino/doinst.sh b/network/pino/doinst.sh deleted file mode 100644 index 24e4bc11e0..0000000000 --- a/network/pino/doinst.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null -fi - diff --git a/network/pino/pino.SlackBuild b/network/pino/pino.SlackBuild deleted file mode 100644 index c9e02b5138..0000000000 --- a/network/pino/pino.SlackBuild +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/sh - -# Slackware build script for Pino - -# Copyright 2010 Erik W. Hanson, Minneapolis, MN, USA -# 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=pino -VERSION=0.2.10 -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -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" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -eu - -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 . - -./waf configure \ - --prefix=/usr \ - --mandir=/usr/man -./waf build -./waf install --destdir=$PKG - -# Ignores --docdir --datadir etc.. -mkdir -p $PKG/usr/doc -mv $PKG/usr/share/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION -rmdir $PKG/usr/share/doc - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - -mkdir -p $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/pino/pino.info b/network/pino/pino.info deleted file mode 100644 index 68742e5860..0000000000 --- a/network/pino/pino.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="pino" -VERSION="0.2.10" -HOMEPAGE="http://code.google.com/p/pino-twitter/" -DOWNLOAD="http://pino-twitter.googlecode.com/files/pino-0.2.10.tar.bz2" -MD5SUM="4b12fb6e7f74a759dbcc70e996c70a3f" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" diff --git a/network/pino/slack-desc b/network/pino/slack-desc deleted file mode 100644 index f0145a30cb..0000000000 --- a/network/pino/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----------------------------------------------------| -pino: Pino (Twitter and Identi.ca client) -pino: -pino: Pino is a Twitter and Identi.ca client for Linux desktop. It's -pino: simple and fast. It's written on Vala language and compiles to -pino: the native binary code. -pino: -pino: -pino: -pino: -pino: -pino: |