libraries/notify-python: Initial import

This commit is contained in:
Erik Hanson 2010-05-11 14:56:23 +02:00
parent 5d910a334d
commit 692b814b6a
4 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,4 @@
notify-python is a python module to use libnotify.
This requires libnotify and pygtk, both of which are available
at SlackBuilds.org

View File

@ -0,0 +1,50 @@
#!/bin/sh
# Slackware build script for notify-python
# Written by Erik Hanson erik@slackbuilds.org
# Modified by the SlackBuilds.org project
PRGNAM=notify-python
VERSION=0.1.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 || 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 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

View File

@ -0,0 +1,8 @@
PRGNAM="notify-python"
VERSION="0.1.1"
HOMEPAGE="http://www.galago-project.org/"
DOWNLOAD="http://www.galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.bz2"
MD5SUM="d247cf79b46cef7495deb0a76334f81d"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="elohim,robw810"

View File

@ -0,0 +1,8 @@
notify-python: notify-python - Python module to use libnotify
notify-python:
notify-python: A python module to use libnotify
notify-python:
notify-python: http://www.galago-project.org/
notify-python:
notify-python:
notify-python: