diff --git a/accessibility/espeakup/espeakup.SlackBuild b/accessibility/espeakup/espeakup.SlackBuild index 09fe75c3e4..0fb52d1908 100644 --- a/accessibility/espeakup/espeakup.SlackBuild +++ b/accessibility/espeakup/espeakup.SlackBuild @@ -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 diff --git a/accessibility/espeakup/espeakup.info b/accessibility/espeakup/espeakup.info index 79a2aa4a23..1556f3aa68 100644 --- a/accessibility/espeakup/espeakup.info +++ b/accessibility/espeakup/espeakup.info @@ -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"