mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/connectagram: Updated for version 1.1.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ad87c98a88
commit
9c9e642707
3 changed files with 5 additions and 4019 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2013 LEVAI Daniel
|
||||
# Copyright (c) 2013-2014 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -28,7 +28,7 @@
|
|||
# Build script for connectagram
|
||||
|
||||
PRGNAM=connectagram
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -81,9 +81,6 @@ CFLAGS="$SLKCFLAGS" make
|
|||
make install
|
||||
cd ..
|
||||
|
||||
# install custom wordlists
|
||||
install -D $CWD/wordlists/hu $PKG/usr/share/connectagram/data/hu/words
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
cp -a ChangeLog COPYING CREDITS INSTALL \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="connectagram"
|
||||
VERSION="1.1.1"
|
||||
VERSION="1.1.2"
|
||||
HOMEPAGE="http://gottcode.org/connectagram/"
|
||||
DOWNLOAD="http://gottcode.org/connectagram/connectagram-1.1.1-src.tar.bz2"
|
||||
MD5SUM="84b17b2a3b76c76311c51ed728bf1030"
|
||||
DOWNLOAD="http://gottcode.org/connectagram/connectagram-1.1.2-src.tar.bz2"
|
||||
MD5SUM="036b0ab02274d6c9bed75c437513baeb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue