ltris: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 12:48:09 +01:00
parent e496e590f6
commit 45478fb4ae
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ltris' # Template file for 'ltris'
pkgname=ltris pkgname=ltris
version=1.0.14 version=1.0.14
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
configure_args="--localstatedir=/var/games/ltris" configure_args="--localstatedir=/var/games/ltris"
hostmakedepends="bison" hostmakedepends="bison"
@ -12,8 +12,3 @@ license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz"
checksum=d6816aa70f55c73e0de2ccb81281a92aa063d3a90b362810002db010f4e3b3b2 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)."