games/ltris: Updated for version 1.0.11
This commit is contained in:
parent
afe6169c69
commit
73f382f0f2
|
@ -9,7 +9,7 @@ VERSION=1.0.11
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -34,7 +34,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--localstatedir=/var/lib/lgames \
|
||||
|| exit 1
|
||||
|
||||
make || exit 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="ltris"
|
||||
VERSION="1.0.11"
|
||||
HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LTris"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/lgames/ltris-1.0.11.tar.gz?download"
|
||||
DOWNLOAD="http://dl.sourceforge.net/lgames/ltris-1.0.11.tar.gz"
|
||||
MD5SUM="412ecd9b7577a5bbcb76e19b5397391c"
|
||||
MAINTAINER="Bill Kirkpatrick"
|
||||
EMAIL="bkirkp@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue