diff options
author | Martin Lefebvre <dadexter@sekurity.com> | 2010-05-11 14:56:19 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:56:19 +0200 |
commit | d9b562cfb290481fc09aefed586a54bb102d56d3 (patch) | |
tree | 27a96719889409c10be0d52dcae7e50434f63bb5 /libraries/libgnomecups | |
parent | f50d4055269e554d67f093aab5c0c081b6d6470a (diff) | |
download | slackbuilds-d9b562cfb290481fc09aefed586a54bb102d56d3.tar.gz |
libraries/libgnomecups: Initial import
Diffstat (limited to 'libraries/libgnomecups')
-rw-r--r-- | libraries/libgnomecups/README | 2 | ||||
-rw-r--r-- | libraries/libgnomecups/libgnomecups.SlackBuild | 71 | ||||
-rw-r--r-- | libraries/libgnomecups/libgnomecups.info | 8 | ||||
-rw-r--r-- | libraries/libgnomecups/slack-desc | 11 |
4 files changed, 92 insertions, 0 deletions
diff --git a/libraries/libgnomecups/README b/libraries/libgnomecups/README new file mode 100644 index 0000000000..6639ad293a --- /dev/null +++ b/libraries/libgnomecups/README @@ -0,0 +1,2 @@ +libgnomecups is a library for accessing CUPS from GTK/Gnome applications. + diff --git a/libraries/libgnomecups/libgnomecups.SlackBuild b/libraries/libgnomecups/libgnomecups.SlackBuild new file mode 100644 index 0000000000..5ed173cd05 --- /dev/null +++ b/libraries/libgnomecups/libgnomecups.SlackBuild @@ -0,0 +1,71 @@ +#!/bin/sh + +# Slackware build script for libgnomecups + +# Copyright 2007 Martin Lefebvre <dadexter@sekurity.com> +# 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. + +# Modified by the SlackBuilds.org project + +PRGNAM=libgnomecups +VERSION=0.2.2 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-2} +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" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP || exit 1 +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +cd $PRGNAM-$VERSION || exit 1 +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var + +make +make install DESTDIR=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING* ChangeLog INSTALL NEWS README \ + $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.tgz diff --git a/libraries/libgnomecups/libgnomecups.info b/libraries/libgnomecups/libgnomecups.info new file mode 100644 index 0000000000..20eec0877f --- /dev/null +++ b/libraries/libgnomecups/libgnomecups.info @@ -0,0 +1,8 @@ +PRGNAM="libgnomecups" +VERSION="0.2.2" +HOMEPAGE="http://www.gnome.org" +DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.2.tar.bz2" +MD5SUM="959d5524fe9c37efb55ccfa02e3a063b" +MAINTAINER="Martin Lefebvre" +EMAIL="dadexter@sekurity.com" +APPROVED="rworkman" diff --git a/libraries/libgnomecups/slack-desc b/libraries/libgnomecups/slack-desc new file mode 100644 index 0000000000..396166f8ff --- /dev/null +++ b/libraries/libgnomecups/slack-desc @@ -0,0 +1,11 @@ +libgnomecups: libgnomecups (gnome library for cups access) +libgnomecups: +libgnomecups: Library for accessing CUPS from GTK/Gnome applications. +libgnomecups: +libgnomecups: +libgnomecups: +libgnomecups: +libgnomecups: +libgnomecups: +libgnomecups: +libgnomecups: |