ltris, adding an icon to the binary

This commit is contained in:
begasus
2014-09-03 19:43:06 +02:00
parent 0d72f41be8
commit c5fe8411ed
2 changed files with 43 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="LTris as a tetris clone"
SUMMARY="LTris is a tetris clone"
DESCRIPTION="LTris is 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 \
@@ -11,6 +11,7 @@ LICENSE="GNU GPL v2"
COPYRIGHT="2002-2011 Michael Speck"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PATCHES="ltris-1.0.19.patch"
GLOBAL_WRITABLE_FILES="var/ltris.hscr keep-old"
PROVIDES="
@@ -44,6 +45,7 @@ BUILD()
libtoolize --force --copy --install
LDFLAGS=-lintl runConfigure ./configure
make $jobArgs
addResourcesToBinaries LTris.rdef src/ltris
}
INSTALL()
{