diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:41 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:41 +0200 |
commit | 01ddd884b5ef728881c1806da59aca605fc2e159 (patch) | |
tree | 347ff2bb906f2131d07510b3458bade44f31ed20 /libraries | |
parent | b6bd48db5cfdbee9fd4d2786ca1cf5c4ee7f8e66 (diff) | |
download | slackbuilds-01ddd884b5ef728881c1806da59aca605fc2e159.tar.gz |
libraries/pygtk: Removed from 12.1 repository
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pygtk/README | 6 | ||||
-rw-r--r-- | libraries/pygtk/pygtk.SlackBuild | 55 | ||||
-rw-r--r-- | libraries/pygtk/pygtk.info | 8 | ||||
-rw-r--r-- | libraries/pygtk/slack-desc | 19 |
4 files changed, 0 insertions, 88 deletions
diff --git a/libraries/pygtk/README b/libraries/pygtk/README deleted file mode 100644 index 28dbdc604f..0000000000 --- a/libraries/pygtk/README +++ /dev/null @@ -1,6 +0,0 @@ -PyGTK provides a convenient wrapper for the GTK+ library for use in -Python programs, taking care of many of the boring details such as -managing memory and type casting. - -This requires pygobject and pycairo, both of which are also available -at SlackBuilds.org diff --git a/libraries/pygtk/pygtk.SlackBuild b/libraries/pygtk/pygtk.SlackBuild deleted file mode 100644 index 45b0e2182d..0000000000 --- a/libraries/pygtk/pygtk.SlackBuild +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/sh - -# Slackware build script for pygtk -# Written by Erik Hanson erik@slackbuilds.org -# Updated by Andrew Brouwers, abrouwers@gmail.com - -PRGNAM=pygtk -VERSION=2.10.5 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -DOCS="MAPPING PKG-INFO ChangeLog INSTALL TODO AUTHORS COPYING NEWS README" - -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 || 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 $DOCS $PKG/usr/doc/$PRGNAM-$VERSION -( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s ../../share/gtk-doc/html/pygtk html -) -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/pygtk/pygtk.info b/libraries/pygtk/pygtk.info deleted file mode 100644 index c3cb5bf818..0000000000 --- a/libraries/pygtk/pygtk.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="pygtk" -VERSION="2.10.5" -HOMEPAGE="http://www.pygtk.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.5.tar.bz2" -MD5SUM="8ee5964785b24302305c7ff3109eb3e5" -MAINTAINER="Erik Hanson" -EMAIL="erik@slackbuilds.org" -APPROVED="rworkman" diff --git a/libraries/pygtk/slack-desc b/libraries/pygtk/slack-desc deleted file mode 100644 index 88e9367d16..0000000000 --- a/libraries/pygtk/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------------------------------------------------------| -pygtk: pygtk (GTK Bindings for Python) -pygtk: -pygtk: PyGTK provides a convenient wrapper for the GTK+ library for use in -pygtk: Python programs, taking care of many of the boring details such as -pygtk: managing memory and type casting. -pygtk: -pygtk: http://www.pygtk.org/ -pygtk: -pygtk: -pygtk: -pygtk: |