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,21 +1,21 @@
|
||||
SUMMARY="A role playing game battling roboters"
|
||||
DESCRIPTION="
|
||||
The game tells the story of a world destroyed by a conflict between robots and\
|
||||
The game tells the story of a world destroyed by a conflict between robots and \
|
||||
their human masters. Play as Tux in a quest to save the world from the \
|
||||
murderous rebel bots who know no mercy. You get to choose which path you wish \
|
||||
to follow, and freedom of choice is everywhere in the game. \
|
||||
\
|
||||
to follow, and freedom of choice is everywhere in the game.
|
||||
|
||||
FreedroidRPG features a real time combat system with melee and ranged weapons, \
|
||||
fairly similar to the proprietary game Diablo. There is an innovative system of\
|
||||
fairly similar to the proprietary game Diablo. There is an innovative system of \
|
||||
programs that can be run in order to take control of enemy robots, alter their \
|
||||
behavior, or improve one's characteristics. You can use over 50 different kinds\
|
||||
behavior, or improve one's characteristics. You can use over 50 different kinds \
|
||||
of items and fight countless enemies on your way to your destiny. An advanced \
|
||||
dialog system provides story background and immersive role playing situations.\
|
||||
\
|
||||
The game is complete, fully playable, and can provide about 10 hours of fun. \
|
||||
It is still being actively developed, and help is welcome in many areas. People\
|
||||
dialog system provides story background and immersive role playing situations.
|
||||
|
||||
The game is complete, fully playable, and can provide about 10 hours of fun.
|
||||
It is still being actively developed, and help is welcome in many areas. People \
|
||||
having - or trying to acquire - programming, map editing, or writing skills \
|
||||
will find FreedroidRPG to be an exciting, fast-moving project in which they can\
|
||||
will find FreedroidRPG to be an exciting, fast-moving project in which they can \
|
||||
fully express their creativity."
|
||||
HOMEPAGE="http://freedroid.org"
|
||||
SRC_URI="http://sourceforge.net/projects/freedroid/files/freedroidRPG/freedroidRPG-0.15/freedroidRPG-0.15.1.tar.gz/download"
|
||||
@@ -39,7 +39,7 @@ PROVIDES="
|
||||
cmd:explodefont$secondaryArchSuffix = $portVersion
|
||||
cmd:gluefont$secondaryArchSuffix = $portVersion
|
||||
cmd:make_atlas$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
freedroidrpg_data == $portVersion
|
||||
@@ -54,7 +54,7 @@ REQUIRES="
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libglu$secondaryArchSuffix
|
||||
lib:libgl$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
@@ -68,7 +68,7 @@ BUILD_REQUIRES="
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libglu$secondaryArchSuffix
|
||||
devel:libgl$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -78,13 +78,13 @@ BUILD_PREREQUIRES="
|
||||
cmd:automake
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:python
|
||||
"
|
||||
"
|
||||
SOURCE_DIR="freedroidrpg-0.15.1"
|
||||
|
||||
PATCHES="
|
||||
configure.ac.patch
|
||||
configure.2.ac.patch
|
||||
"
|
||||
"
|
||||
PATCH()
|
||||
{
|
||||
sed -i 's/lua.h/..\/lua\/lua.h/g' src/*.c
|
||||
@@ -115,11 +115,14 @@ INSTALL()
|
||||
packageEntries data $dataDir
|
||||
addAppDeskbarSymlink $appsDir/freedroidRPG "FreedroidRPG"
|
||||
}
|
||||
PROVIDES_data="
|
||||
freedroidrpg_data = $portVersion
|
||||
"
|
||||
REQUIRES_data="
|
||||
haiku
|
||||
"
|
||||
|
||||
SUMMARY_data="FreedroidRPG data files"
|
||||
ARCHITECTURES_data="any"
|
||||
|
||||
PROVIDES_data="
|
||||
freedroidrpg_data = $portVersion
|
||||
"
|
||||
REQUIRES_data="
|
||||
haiku
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user