summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2013-12-07 08:24:52 -0500
committer Erik Hanson <erik@slackbuilds.org>2013-12-14 10:52:14 -0600
commitbec7cf3afad9b16820124bead08c899d54312e32 (patch)
tree24cfb00384909300dc94962b2fd69cf344f9eeaf /libraries
parentd59f079040d5accad0c2870a559d6f0f62475a17 (diff)
downloadslackbuilds-bec7cf3afad9b16820124bead08c899d54312e32.tar.gz
slackbuilds-bec7cf3afad9b16820124bead08c899d54312e32.tar.xz
libraries/genshi: Updated for version 0.7, new maintainer.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/genshi/genshi.SlackBuild18
-rw-r--r--libraries/genshi/genshi.info10
2 files changed, 14 insertions, 14 deletions
diff --git a/libraries/genshi/genshi.SlackBuild b/libraries/genshi/genshi.SlackBuild
index 2b91259eeb..d35ffc300f 100644
--- a/libraries/genshi/genshi.SlackBuild
+++ b/libraries/genshi/genshi.SlackBuild
@@ -3,11 +3,12 @@
# Slackware build script for Genshi
# Written by Eugene Suter <easuter at gmail.com>
# Maintained by James Geboski <jgeboski@gmail.com>
+# now by Matteo Bernardini <ponce@slackbuilds.org>
-PRGNAM="genshi"
-SRCNAM="Genshi"
-VERSION=${VERSION:-0.6}
-BUILD=${BUILD:-2}
+PRGNAM=genshi
+SRCNAM=Genshi
+VERSION=${VERSION:-0.7}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -47,10 +48,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
@@ -63,4 +64,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-
diff --git a/libraries/genshi/genshi.info b/libraries/genshi/genshi.info
index b995520b6f..a2284456c4 100644
--- a/libraries/genshi/genshi.info
+++ b/libraries/genshi/genshi.info
@@ -1,10 +1,10 @@
PRGNAM="genshi"
-VERSION="0.6"
+VERSION="0.7"
HOMEPAGE="http://genshi.edgewall.org/"
-DOWNLOAD="http://ftp.edgewall.com/pub/genshi/Genshi-0.6.tar.gz"
-MD5SUM="604e8b23b4697655d36a69c2d8ef7187"
+DOWNLOAD="http://ftp.edgewall.com/pub/genshi/Genshi-0.7.tar.gz"
+MD5SUM="54e64dd69da3ec961f86e686e0848a82"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"
-MAINTAINER="James Geboski"
-EMAIL="jgeboski@gmail.com"
+MAINTAINER="Matteo Bernardini"
+EMAIL="ponce@slackbuilds.org"