diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:40 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:40 +0200 |
commit | b6bd48db5cfdbee9fd4d2786ca1cf5c4ee7f8e66 (patch) | |
tree | 10b014bb552889ebfcda99b81127cfdd83d26994 /libraries | |
parent | 4411697679191bd1efe2cbdd0be42cb760679234 (diff) | |
download | slackbuilds-b6bd48db5cfdbee9fd4d2786ca1cf5c4ee7f8e66.tar.gz |
libraries/pygobject: Removed from 12.1 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pygobject/README | 3 | ||||
-rw-r--r-- | libraries/pygobject/pygobject.SlackBuild | 54 | ||||
-rw-r--r-- | libraries/pygobject/pygobject.info | 8 | ||||
-rw-r--r-- | libraries/pygobject/slack-desc | 19 |
4 files changed, 0 insertions, 84 deletions
diff --git a/libraries/pygobject/README b/libraries/pygobject/README deleted file mode 100644 index e1c34aa9cc..0000000000 --- a/libraries/pygobject/README +++ /dev/null @@ -1,3 +0,0 @@ -This archive contains bindings for the GObject, to be used in Python -It is a fairly complete set of bindings, it's already rather useful, -and is usable to write moderately complex programs. diff --git a/libraries/pygobject/pygobject.SlackBuild b/libraries/pygobject/pygobject.SlackBuild deleted file mode 100644 index eeed8b1a3e..0000000000 --- a/libraries/pygobject/pygobject.SlackBuild +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh - -# Slackware build script for pygobject -# Written by Erik Hanson erik@slackbuilds.org -# Modified by the SlackBuilds.org project - -PRGNAM=pygobject -VERSION=2.13.1 -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" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - || exit 1 - -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog PKG-INFO INSTALL AUTHORS COPYING NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s ../../share/gtk-doc/html/pygobject html -) - -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/pygobject/pygobject.info b/libraries/pygobject/pygobject.info deleted file mode 100644 index 1c661c3fab..0000000000 --- a/libraries/pygobject/pygobject.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="pygobject" -VERSION="2.13.1" -HOMEPAGE="http://www.pygtk.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.13/pygobject-2.13.1.tar.bz2" -MD5SUM="b51a3105de27eb20ddd3ff2b99ffe39c" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" diff --git a/libraries/pygobject/slack-desc b/libraries/pygobject/slack-desc deleted file mode 100644 index cf75352a34..0000000000 --- a/libraries/pygobject/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------------------------------------------------------| -pygobject: pygobject (GObject bindings for Python) -pygobject: -pygobject: This archive contains bindings for the GObject, to be used in Python -pygobject: It is a fairly complete set of bindings, it's already rather useful, -pygobject: and is usable to write moderately complex programs. -pygobject: -pygobject: http://www.pygtk.org/ -pygobject: -pygobject: -pygobject: -pygobject: |