libraries/exo: Initial import

This commit is contained in:
Lehman Black 2010-05-11 14:56:13 +02:00 committed by Robby Workman
parent 55b9e19930
commit c36eae4745
4 changed files with 86 additions and 0 deletions

7
libraries/exo/README Normal file
View File

@ -0,0 +1,7 @@
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)

View File

@ -0,0 +1,60 @@
#!/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

8
libraries/exo/exo.info Normal file
View File

@ -0,0 +1,8 @@
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"

11
libraries/exo/slack-desc Normal file
View File

@ -0,0 +1,11 @@
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: