mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/tanglet: Updated for version 1.2.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5b4af2018b
commit
1b7f3961e8
3 changed files with 13 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
tanglet: tanglet (single player word finding game)
|
tanglet: tanglet (single player word finding game)
|
||||||
|
@ -13,7 +13,7 @@ tanglet: is to list as many words as you can before the time runs out. There
|
||||||
tanglet: are several timer modes that determine how much time you start with,
|
tanglet: are several timer modes that determine how much time you start with,
|
||||||
tanglet: and if you get extra time when you find a word.
|
tanglet: and if you get extra time when you find a word.
|
||||||
tanglet:
|
tanglet:
|
||||||
tanglet:
|
|
||||||
tanglet: Homepage: http://gottcode.org/tanglet/
|
tanglet: Homepage: http://gottcode.org/tanglet/
|
||||||
tanglet:
|
tanglet:
|
||||||
tanglet:
|
tanglet:
|
||||||
|
tanglet:
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
# Build script for tanglet
|
# Build script for tanglet
|
||||||
|
|
||||||
PRGNAM=tanglet
|
PRGNAM=tanglet
|
||||||
VERSION=${VERSION:-1.2.1}
|
VERSION=${VERSION:-1.2.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -76,9 +76,9 @@ find . \
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
qmake PREFIX=$PKG/usr ../
|
qmake PREFIX=$PKG/usr ../
|
||||||
CFLAGS="$SLKCFLAGS" make
|
CFLAGS="$SLKCFLAGS" make
|
||||||
make install
|
make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="tanglet"
|
PRGNAM="tanglet"
|
||||||
VERSION="1.2.1"
|
VERSION="1.2.2"
|
||||||
HOMEPAGE="http://gottcode.org/tanglet/"
|
HOMEPAGE="http://gottcode.org/tanglet/"
|
||||||
DOWNLOAD="http://gottcode.org/tanglet/tanglet-1.2.1-src.tar.bz2"
|
DOWNLOAD="http://gottcode.org/tanglet/tanglet-1.2.2-src.tar.bz2"
|
||||||
MD5SUM="109ad08a03cc64808fa2caad6c3a4a7c"
|
MD5SUM="584e50d01323c0686ff094195eba4341"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue