accessibility/espeakup: Change email address.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0e7ab26cfd
commit
9a827692d1
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for espeakup
|
# Slackware build script for espeakup
|
||||||
|
|
||||||
# Written by l.nardou l.nardou@wanadoo.fr
|
# Written by albator albat0r78@wanadoo.fr
|
||||||
|
|
||||||
PRGNAM=espeakup
|
PRGNAM=espeakup
|
||||||
VERSION=${VERSION:-0.71}
|
VERSION=${VERSION:-0.71}
|
||||||
|
@ -50,10 +50,10 @@ fi
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
make MANDIR=/usr/man/man8 CFLAGS="$SLKCFLAGS"
|
make MANDIR=/usr/man/man8 CFLAGS="$SLKCFLAGS"
|
||||||
make install MANDIR=/usr/man/man8 DESTDIR=$PKG
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
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
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="9187bad3141ec0764db55dba50325b22"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="espeak"
|
REQUIRES="espeak"
|
||||||
MAINTAINER="l.nardou"
|
MAINTAINER="albator"
|
||||||
EMAIL="l.nardou@wanadoo.fr"
|
EMAIL="albat0r78@wanadoo.fr"
|
||||||
|
|
Loading…
Reference in New Issue