mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
SUMMARY="LBreakout2 is a fun breakout-style arcade game"
|
||||
SUMMARY="A fun breakout-style arcade game"
|
||||
DESCRIPTION="The successor to LBreakout offers you a new challenge in more than 50 \
|
||||
levels with loads of new bonuses (goldshower, joker, explosive balls, \
|
||||
bonus magnet ...), maluses (chaos, darkness, weak balls, malus magnet ...) \
|
||||
and special bricks (growing bricks, explosive bricks, regenerative bricks ..). \
|
||||
bonus magnet), maluses (chaos, darkness, weak balls, malus magnet) \
|
||||
and special bricks (growing bricks, explosive bricks, regenerative bricks).
|
||||
If you are hungry for more you can create your own levelsets with the integrated \
|
||||
level editor. There is also an experimental two player mode (via LAN) available."
|
||||
level editor.
|
||||
There is also an experimental two player mode (via LAN) available."
|
||||
HOMEPAGE="http://lgames.sourceforge.net/"
|
||||
SRC_URI="http://sourceforge.net/projects/lgames/files/lbreakout2/2.6/lbreakout2-2.6.4.tar.gz"
|
||||
CHECKSUM_SHA256="0b90716d52e67c27ff41ab7aa5c09dad4f5f19a78076cc57dd4b4d7ed2c1dbd9"
|
||||
@@ -20,8 +21,7 @@ PROVIDES="
|
||||
lbreakout2 = $portVersion
|
||||
cmd:lbreakout2 = $portVersion
|
||||
cmd:lbreakout2server = $portVersion
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
@@ -30,8 +30,7 @@ REQUIRES="
|
||||
lib:libpng
|
||||
lib:libz
|
||||
lib:libintl
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
@@ -40,14 +39,13 @@ BUILD_REQUIRES="
|
||||
devel:libintl
|
||||
devel:libz
|
||||
devel:libpng
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:ld
|
||||
cmd:libtoolize
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -56,6 +54,7 @@ BUILD()
|
||||
make $jobArgs
|
||||
addResourcesToBinaries LBreakout2.rdef client/lbreakout2
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
Reference in New Issue
Block a user