academic/extrema: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-06-21 01:22:49 +07:00 committed by Willy Sudiarto Raharjo
parent 6658407882
commit c4d21eabb6
2 changed files with 8 additions and 6 deletions

View file

@ -2,6 +2,8 @@
# Slackware build script for extrema
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$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 {} \;
# Fix building with gcc-4.7
patch -p1 < $CWD/extrema-4.4.5-gcc47.patch

View file

@ -6,5 +6,5 @@ MD5SUM="8a1e82b34874db2bfa64d9a2956677b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"
MAINTAINER="Binh Nguyen"
EMAIL="binhvng@gmail.com"
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"