mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28: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,14 +1,14 @@
|
||||
SUMMARY="A volley-ball game"
|
||||
DESCRIPTION="Slime volley is a Volley ball simulation. You control a slime
|
||||
(a semicircular blob) on which the ball bounces. Up to 6 players can play
|
||||
Slime Volley, locally or through the network. An AI is also available if you
|
||||
want to play alone."
|
||||
DESCRIPTION="Slime volley is a Volley ball simulation. You control a slime \
|
||||
(a semicircular blob) on which the ball bounces. Up to 6 players can play \
|
||||
Slime Volley, locally or through the network. An AI is also available if you \
|
||||
want to play alone.
|
||||
"
|
||||
LICENSE="GNU GPL v3"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
REVISION="1"
|
||||
COPYRIGHT="2008-2014 VinDuv, McMic"
|
||||
HOMEPAGE="http://slime.tuxfamily.org/"
|
||||
|
||||
SRC_URI="http://slime.tuxfamily.org/down.php?id=1&os=src"
|
||||
SRC_FILENAME="slimevolley-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="be8f461c6f1188ba709b1fbcbe64edffca4b8eb358bd2ed8825f8ebf30e660d3"
|
||||
@@ -17,37 +17,36 @@ SOURCE_DIR="slimevolley"
|
||||
PROVIDES="
|
||||
slime_voley = $portVersion
|
||||
cmd:slimevolley
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libintl
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
lib:libsdl_ttf
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
devel:libintl
|
||||
devel:libsdl
|
||||
devel:libsdl_image
|
||||
devel:libsdl_net
|
||||
devel:libsdl_ttf
|
||||
"
|
||||
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:cmake
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD() {
|
||||
BUILD()
|
||||
{
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix -DI10N_DIR=$dataDir/locale -DDATA_DIR=$dataDir/games/slimevolley
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL() {
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
mkdir -p $dataDir
|
||||
|
||||
Reference in New Issue
Block a user