summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Erik Hanson2012-09-12 21:14:05 +0200
committer Erik Hanson2012-09-12 22:09:05 +0200
commit7903e0647f42a3b83005843717a2aef2d998ca18 (patch)
tree95d3f82922b3accc34e59ad74bed1d828811659f /libraries
parenta1af416291a4e6450b2720158d1af20dbb836b6e (diff)
downloadslackbuilds-7903e0647f42a3b83005843717a2aef2d998ca18.tar.gz
libraries/clutter: Removed.
I can't maintain this. Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/clutter/README2
-rw-r--r--libraries/clutter/clutter.SlackBuild92
-rw-r--r--libraries/clutter/clutter.info10
-rw-r--r--libraries/clutter/slack-desc19
4 files changed, 0 insertions, 123 deletions
diff --git a/libraries/clutter/README b/libraries/clutter/README
deleted file mode 100644
index 404652d846..0000000000
--- a/libraries/clutter/README
+++ /dev/null
@@ -1,2 +0,0 @@
-Clutter is an open source software library for creating fast,
-visually rich, portable and animated graphical user interfaces.
diff --git a/libraries/clutter/clutter.SlackBuild b/libraries/clutter/clutter.SlackBuild
deleted file mode 100644
index d938feeceb..0000000000
--- a/libraries/clutter/clutter.SlackBuild
+++ /dev/null
@@ -1,92 +0,0 @@
-#!/bin/sh
-#
-# Slackware build script for Clutter
-#
-# 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=clutter
-VERSION=1.0.0
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-# Automatically determine the architecture we're building on:
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-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"
-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.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --disable-static \
- --enable-xinput \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --build=$ARCH-slackware-linux
-
-make
-make install-strip DESTDIR=$PKG
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CODING_STYLE COPYING ChangeLog ChangeLog.SVN \
- HACKING HACKING.backends INSTALL NEWS README TODO \
- $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
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/clutter/clutter.info b/libraries/clutter/clutter.info
deleted file mode 100644
index 9ba27e4114..0000000000
--- a/libraries/clutter/clutter.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="clutter"
-VERSION="1.0.0"
-HOMEPAGE="http://www.clutter-project.org/"
-DOWNLOAD="http://www.clutter-project.org/sources/clutter/1.0/clutter-1.0.0.tar.gz"
-MD5SUM="5000f57113be98fe71245037754a1b94"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Erik Hanson"
-EMAIL="erik@slackbuilds.org"
diff --git a/libraries/clutter/slack-desc b/libraries/clutter/slack-desc
deleted file mode 100644
index 9e6c9f012d..0000000000
--- a/libraries/clutter/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------------------------------------------------------|
-clutter: clutter (an open source software library)
-clutter:
-clutter: Clutter is an open source software library for creating fast,
-clutter: visually rich, portable and animated graphical user interfaces.
-clutter:
-clutter:
-clutter:
-clutter:
-clutter:
-clutter:
-clutter: