mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +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:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
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: and if you get extra time when you find a word.
|
||||
tanglet:
|
||||
tanglet:
|
||||
tanglet: Homepage: http://gottcode.org/tanglet/
|
||||
tanglet:
|
||||
tanglet:
|
||||
tanglet:
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
# Build script for tanglet
|
||||
|
||||
PRGNAM=tanglet
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,9 +76,9 @@ find . \
|
|||
|
||||
mkdir build
|
||||
cd build
|
||||
qmake PREFIX=$PKG/usr ../
|
||||
CFLAGS="$SLKCFLAGS" make
|
||||
make install
|
||||
qmake PREFIX=$PKG/usr ../
|
||||
CFLAGS="$SLKCFLAGS" make
|
||||
make install
|
||||
cd ..
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tanglet"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.2.2"
|
||||
HOMEPAGE="http://gottcode.org/tanglet/"
|
||||
DOWNLOAD="http://gottcode.org/tanglet/tanglet-1.2.1-src.tar.bz2"
|
||||
MD5SUM="109ad08a03cc64808fa2caad6c3a4a7c"
|
||||
DOWNLOAD="http://gottcode.org/tanglet/tanglet-1.2.2-src.tar.bz2"
|
||||
MD5SUM="584e50d01323c0686ff094195eba4341"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue