mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
ltris, adding an icon to the binary
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user