diff --git a/srcpkgs/ltris/template b/srcpkgs/ltris/template new file mode 100644 index 0000000000..b762c9dc4c --- /dev/null +++ b/srcpkgs/ltris/template @@ -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 " +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