Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions srcpkgs/ltris/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Template file for 'ltris'
pkgname=ltris
version=1.2.6
revision=2
version=2.0.4
revision=1
build_style=gnu-configure
configure_args="--localstatedir=/var/games/ltris"
hostmakedepends="bison"
makedepends="sdl12-compat-devel SDL_mixer-devel"
short_desc="Tetris clone using SDL"
configure_args="--disable-nls --localstatedir=/var/games/$pkgname"
makedepends="SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel"
short_desc="Tetris clone using SDL2"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://lgames.sourceforge.net/index.php?project=LTris"
distfiles="${SOURCEFORGE_SITE}/lgames/$pkgname-$version.tar.gz"
checksum=c23ce21454c0389c5297a7ef2e14efe804d940625e7eeb0386a29780ec2c46f6
license="GPL-3.0-only"
homepage="https://lgames.sourceforge.io/LTris/"
changelog="https://raw.githubusercontent.com/kulkanie/ltris2/refs/heads/main/Changelog"
distfiles="${SOURCEFORGE_SITE}/lgames/ltris2-${version}.tar.gz"
checksum=482150495f9d87bb139d5af1abec7030383c37fdb3e75a45e9bad67ead798eda
nocheckperms=yes # uses a world-writable .hscr file for global leaderboard
CFLAGS+=" -fgnu89-inline"
Loading