Added ltris-1.0.14 build template.
--HG-- extra : convert_revision : 3ff584589141abec97a812ad82f94ee074284c74
This commit is contained in:
parent
9e86bdbd0e
commit
51ee7b62fc
1 changed files with 21 additions and 0 deletions
21
srcpkgs/ltris/template
Normal file
21
srcpkgs/ltris/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'ltris'
|
||||||
|
pkgname=ltris
|
||||||
|
version=1.0.14
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--localstatedir=/var/games/ltris"
|
||||||
|
short_desc="An SDL tetris clone"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=d6816aa70f55c73e0de2ccb81281a92aa063d3a90b362810002db010f4e3b3b2
|
||||||
|
long_desc="
|
||||||
|
LTris as a tetris clone: differently shaped blocks are falling down the
|
||||||
|
rectangular playing field and can be moved sideways or rotated by 90 degree
|
||||||
|
units with the aim of building lines without gaps which then disappear
|
||||||
|
(causing any block above the deleted line to fall down)."
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run SDL
|
||||||
|
Add_dependency run SDL_mixer
|
||||||
|
Add_dependency build bison
|
||||||
|
Add_dependency build SDL-devel
|
||||||
|
Add_dependency build SDL_mixer-devel
|
Loading…
Reference in a new issue