accessibility/espeakup: Change email address.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
albator 2014-10-19 09:27:51 +07:00 committed by Willy Sudiarto Raharjo
parent 0e7ab26cfd
commit 9a827692d1
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for espeakup
# Written by l.nardou l.nardou@wanadoo.fr
# Written by albator albat0r78@wanadoo.fr
PRGNAM=espeakup
VERSION=${VERSION:-0.71}
@ -50,10 +50,10 @@ fi
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 {} \;
make MANDIR=/usr/man/man8 CFLAGS="$SLKCFLAGS"
make install MANDIR=/usr/man/man8 DESTDIR=$PKG
@ -62,6 +62,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View File

@ -6,5 +6,5 @@ MD5SUM="9187bad3141ec0764db55dba50325b22"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="espeak"
MAINTAINER="l.nardou"
EMAIL="l.nardou@wanadoo.fr"
MAINTAINER="albator"
EMAIL="albat0r78@wanadoo.fr"