From c4d21eabb6d9ece00f401debc160162d0c11f725 Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Sat, 21 Jun 2014 01:22:49 +0700 Subject: academic/extrema: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- academic/extrema/extrema.SlackBuild | 10 ++++++---- academic/extrema/extrema.info | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'academic/extrema') diff --git a/academic/extrema/extrema.SlackBuild b/academic/extrema/extrema.SlackBuild index bda8cbf0b0..52b0d54140 100644 --- a/academic/extrema/extrema.SlackBuild +++ b/academic/extrema/extrema.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for extrema +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2010-2012 Binh Nguyen # 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 diff --git a/academic/extrema/extrema.info b/academic/extrema/extrema.info index 39ebd993a6..ee5c53c6d6 100644 --- a/academic/extrema/extrema.info +++ b/academic/extrema/extrema.info @@ -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" -- cgit v1.2.3