mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/nsudoku: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e364a50744
commit
58ceccae35
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh
|
#!/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>
|
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -51,7 +55,7 @@ cd $PRGNAM-$VERSION
|
||||||
gcc -lncurses -o $PRGNAM $PRGNAM.c
|
gcc -lncurses -o $PRGNAM $PRGNAM.c
|
||||||
install -Dm755 $PRGNAM $PKG/usr/bin/$PRGNAM
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="nsudoku"
|
PRGNAM="nsudoku"
|
||||||
VERSION="1.2"
|
VERSION="1.2"
|
||||||
HOMEPAGE="http://www.sh1fty.com/nsudoku/"
|
HOMEPAGE="http://www.sh1fty.com/nsudoku/"
|
||||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/nsudoku.c"
|
DOWNLOAD="http://sh1fty.com/nsudoku/nsudoku.c"
|
||||||
MD5SUM="6569177ea48ed4c2193150964ccb7d5c"
|
MD5SUM="6569177ea48ed4c2193150964ccb7d5c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Binh Nguyen"
|
MAINTAINER="Ryan P.C. McQuen"
|
||||||
EMAIL="binhvng@gmail.com"
|
EMAIL="ryan.q@linux.com"
|
||||||
|
|
Loading…
Reference in a new issue