void-packages/srcpkgs/ltris/template

20 lines
777 B
Plaintext
Raw Normal View History

# 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"
2013-03-31 07:51:24 +00:00
revision=2
makedepends="bison SDL-devel SDL_mixer-devel"
short_desc="An SDL tetris clone"
2013-03-31 07:51:24 +00:00
homepage="http://lgames.sourceforge.net/index.php?project=LTris"
license="GPL-2"
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)."