misc/wcd: Updated for version 6.0.3.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2019-12-01 12:25:50 -05:00 committed by Willy Sudiarto Raharjo
parent 13ffeb895c
commit 02867981bf
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 10 deletions

View File

@ -25,13 +25,13 @@
# with this program (most likely, a file named COPYING). If not, see
# <https://www.gnu.org/licenses/>.
# 20191201 bkw: updated for v6.0.3.
# 20180612 bkw: updated for v6.0.2.
# 20171219 bkw: updated for v6.0.1. also, add /etc/profile.d scripts
# so wcd actually *works*.
PRGNAM=wcd
VERSION=${VERSION:-6.0.2}
VERSION=${VERSION:-6.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,11 +57,8 @@ rm -rf $PRGNAM-$VERSION
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 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="wcd"
VERSION="6.0.2"
VERSION="6.0.3"
HOMEPAGE="http://waterlan.home.xs4all.nl/"
DOWNLOAD="http://waterlan.home.xs4all.nl/wcd/wcd-6.0.2.tar.gz"
MD5SUM="b3b51b398fb808afdd4cf25fab5f215a"
DOWNLOAD="http://waterlan.home.xs4all.nl/wcd/wcd-6.0.3.tar.gz"
MD5SUM="833dec747e810aacc060f7ef50fade85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""