summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-11 17:59:09 +0200
committer Heinz Wiesinger2010-05-11 17:59:09 +0200
commit661ab110b70ce35ade5f230ee1bf23b6ca3e3955 (patch)
treeb6cafea0ecdd88ce5b921e481668ac058682b0f6 /libraries
parent2cf79e67e1bef724e3b019f32e169aaacc5e7a5e (diff)
downloadslackbuilds-661ab110b70ce35ade5f230ee1bf23b6ca3e3955.tar.gz
libraries/exo: Removed from 12.0 repository
Diffstat (limited to 'libraries')
-rw-r--r--libraries/exo/README7
-rw-r--r--libraries/exo/exo.SlackBuild60
-rw-r--r--libraries/exo/exo.info8
-rw-r--r--libraries/exo/slack-desc11
4 files changed, 0 insertions, 86 deletions
diff --git a/libraries/exo/README b/libraries/exo/README
deleted file mode 100644
index d92f8f499e..0000000000
--- a/libraries/exo/README
+++ /dev/null
@@ -1,7 +0,0 @@
-libexo is the extension library to Xfce developed by os-cillation. While
-Xfce ships with quite a few libraries that are primarly targeted at desktop
-development, libexo is targeted at application development, with a focus on
-applications for Xfce.
-
-Requires the URI::Escape perl module (uri-escape at SlackBuilds.org)
-
diff --git a/libraries/exo/exo.SlackBuild b/libraries/exo/exo.SlackBuild
deleted file mode 100644
index de9dab8604..0000000000
--- a/libraries/exo/exo.SlackBuild
+++ /dev/null
@@ -1,60 +0,0 @@
-#!/bin/sh
-
-######################################
-# Slackware Build Script #
-######################################
-# AUTHOR: Lehman Black #
-# CONTACT: bzqwerty[at]gmail[dot]com #
-######################################
-
-# Modified by the SlackBuilds.org project
-
-PROG=exo
-VERSION=0.3.1.12rc2
-ARCH=${ARCH:-i486}
-TAG=${TAG:-_SBo}
-BUILD=${BUILD:-1}
-
-CWD=`pwd`
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PROG
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-tar xvf $CWD/$PROG-$VERSION.tar.gz || exit 1
-cd $PROG-$VERSION || exit 1
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --enable-static=no \
- || exit 1
-
-make || exit 1
-make install-strip DESTDIR=$PKG || exit 1
-
-mkdir -p $PKG/usr/doc/$PROG-$VERSION
-cp -av AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README THANKS TODO \
- $PKG/usr/doc/$PROG-$VERSION
-cat $CWD/$PROG.SlackBuild > $PKG/usr/doc/$PROG-$VERSION/$PROG.SlackBuild
-
-gzip -9 $PKG/usr/man/man?/*
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c y $OUTPUT/$PROG-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/libraries/exo/exo.info b/libraries/exo/exo.info
deleted file mode 100644
index db38cc4218..0000000000
--- a/libraries/exo/exo.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="exo"
-VERSION="0.3.1.12rc2"
-HOMEPAGE="http://www.os-cillation.de/index.php?id=29&L=5"
-DOWNLOAD="http://download.berlios.de/xfce-goodies/exo-0.3.1.12rc2.tar.gz"
-MD5SUM="c3eae1b91f0d723236c4e80983be9ae5"
-MAINTAINER="Lehman Black"
-EMAIL="bzqwerty[at]gmail[dot]com "
-APPROVED="robw810"
diff --git a/libraries/exo/slack-desc b/libraries/exo/slack-desc
deleted file mode 100644
index 8e617174e2..0000000000
--- a/libraries/exo/slack-desc
+++ /dev/null
@@ -1,11 +0,0 @@
-exo: exo (Xfce extention library)
-exo:
-exo: Exo is the extension library to Xfce developed by os-cillation.
-exo: Exo contains a bunch of additional widgets, provides a framework for
-exo: editable toolbars, light-weight session management support, functions to
-exo: automatically synchronize object properties and several miscelleanous
-exo: utility and helper functions for application developers.
-exo:
-exo: Home Page: http://www.os-cillation.de/index.php?id=29&L=5
-exo:
-exo: