games/nsudoku: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ryan P.C. McQuen 2014-07-23 07:25:58 +07:00 committed by Willy Sudiarto Raharjo
parent e364a50744
commit 58ceccae35
2 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -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"