summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-07-23 07:25:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-23 07:25:58 +0700
commit58ceccae356ada5e0c1b32a11a07e0cc29c606c0 (patch)
tree49620f77a3dad19862143b014fd0146c8637f621
parente364a50744bb7c13502452cbeda6e809ae69700c (diff)
downloadslackbuilds-58ceccae3.tar.gz
slackbuilds-58ceccae3.tar.xz
games/nsudoku: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/nsudoku/nsudoku.SlackBuild6
-rw-r--r--games/nsudoku/nsudoku.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/games/nsudoku/nsudoku.SlackBuild b/games/nsudoku/nsudoku.SlackBuild
index 779140dcbd..54dfa0a789 100644
--- a/games/nsudoku/nsudoku.SlackBuild
+++ b/games/nsudoku/nsudoku.SlackBuild
@@ -1,5 +1,9 @@
#!/bin/sh
+# Slackware build script for nsudoku
+
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@@ -51,7 +55,7 @@ cd $PRGNAM-$VERSION
gcc -lncurses -o $PRGNAM $PRGNAM.c
install -Dm755 $PRGNAM $PKG/usr/bin/$PRGNAM
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/nsudoku/nsudoku.info b/games/nsudoku/nsudoku.info
index 86cb98c6dd..5ca4e430f1 100644
--- a/games/nsudoku/nsudoku.info
+++ b/games/nsudoku/nsudoku.info
@@ -1,10 +1,10 @@
PRGNAM="nsudoku"
VERSION="1.2"
HOMEPAGE="http://www.sh1fty.com/nsudoku/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/nsudoku.c"
+DOWNLOAD="http://sh1fty.com/nsudoku/nsudoku.c"
MD5SUM="6569177ea48ed4c2193150964ccb7d5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"