diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 20:30:32 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:30:19 -0500 |
commit | d9e54ed348f4f77e3c6d417d08955fe726628c1e (patch) | |
tree | 3c4c5ab318107f5e06ddc07c673e84f95352b2ad /network | |
parent | 86f20d78527c9b010b49b23de3323c57fa2172f2 (diff) | |
download | slackbuilds-d9e54ed348f4f77e3c6d417d08955fe726628c1e.tar.gz |
network/gyachi: Removed (build failure)
Diffstat (limited to 'network')
-rw-r--r-- | network/gyachi/README | 8 | ||||
-rw-r--r-- | network/gyachi/gyachi.SlackBuild | 92 | ||||
-rw-r--r-- | network/gyachi/gyachi.info | 10 | ||||
-rw-r--r-- | network/gyachi/slack-desc | 20 |
4 files changed, 0 insertions, 130 deletions
diff --git a/network/gyachi/README b/network/gyachi/README deleted file mode 100644 index 62925a087d..0000000000 --- a/network/gyachi/README +++ /dev/null @@ -1,8 +0,0 @@ -This Yahoo! client for Linux operating system supports almost -all of the features you would expect to find on the official -Windows Yahoo! client: Voice chat, webcams, faders, 'nicknames', -audibles, avatars, display images, and more. Yet, it remains -very light-weight and memory-friendly. - -An optional requirement is libnotify; if you have it installed, -then run the script with: USE_LIBNOTIFY=yes ./gyachi.SlackBuild diff --git a/network/gyachi/gyachi.SlackBuild b/network/gyachi/gyachi.SlackBuild deleted file mode 100644 index 0f5b6a133c..0000000000 --- a/network/gyachi/gyachi.SlackBuild +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh - -# Slackware build script for gyachi - -# Copyright (c) 2006, 2007, 2008, 2009 Althaf K Backer althafkbacker@gmail.com -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -PRGNAM=gyachi -VERSION=1.1.71 -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" - WINE_STATUS="--disable-wine" -fi - -if [ "${USE_LIBNOTIFY:-no}" = "no" ]; then - LIBNOTIFY_STATUS="--disable-plugin_libnotify" -else - LIBNOTIFY_STATUS="--enable-plugin_libnotify" -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 . -chmod -R a-s,u+w,go+r-w . - -./autogen.sh - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --htmldir=/usr/doc/$PRGNAM-$VERSION/html \ - --enable-static=no \ - --build=$ARCH-slackware-linux \ - --enable-maintainer-mode \ - --disable-plugin_pulseaudio \ - ${WINE_STATUS} \ - ${LIBNOTIFY_STATUS} - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -# --docdir / --htmldir are ignored -mv $PKG/usr/share/doc $PKG/usr/ -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -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.${PKGTYPE:-tgz} diff --git a/network/gyachi/gyachi.info b/network/gyachi/gyachi.info deleted file mode 100644 index e4461eb325..0000000000 --- a/network/gyachi/gyachi.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gyachi" -VERSION="1.1.71" -HOMEPAGE="http://gyachi.sourceforge.net/" -DOWNLOAD="http://prdownloads.sourceforge.net/gyachi/gyachi-1.1.71.tar.gz" -MD5SUM="49852abe4e9ae3f95922340b526510ab" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Althaf K Backer" -EMAIL="althafkbacker<at>gmail<dot>com" -APPROVED="rworkman" diff --git a/network/gyachi/slack-desc b/network/gyachi/slack-desc deleted file mode 100644 index f2ebcbfed3..0000000000 --- a/network/gyachi/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---------------------------------------------------| -gyachi: GyachE Improved (GyachI) A full featured yahoo client . -gyachi: -gyachi: GyachE Improved (GyachI) program. This is fork from Gyach Enhanced -gyachi: Yahoo! client for Linux operating systems This Yahoo! client for -gyachi: Linux operating system supports almost allthe features you would -gyachi: expect to find on the official Windows Yahoo! client: Voice chat, -gyachi: webcams,faders,'nicknames', audibles, avatars, display images, and -gyachi: more. Yet,it remains very light-weight and memory-friendly. GyachE -gyachi: Improved uses Gtk-2 for its user interfaces (Gtk-2 2.0.6 or better -gyachi: required). -gyachi: -gyachi: http://gyachi.sourceforge.net/ |