Merged in humdinger/haikuports/description (pull request #459)

Changes in SUMMARY, DESCRIPTION and whitespace.
This commit is contained in:
Scott McCreary
2015-01-13 07:31:30 -08:00
131 changed files with 742 additions and 943 deletions

View File

@@ -1,14 +1,16 @@
SUMMARY="VCMI is an open source engine for Heroes or Migh and Magic III"
SUMMARY="An open source engine for Heroes or Migh and Magic III"
DESCRIPTION="
We want to rewrite the entire H3 engine (VCMI is NOT another mod) giving it
new possibilities. Few years of intensive work resulted in creating application
with impressive amount of features.
We want to rewrite the entire H3 engine (VCMI is NOT another mod) giving it \
new possibilities. Few years of intensive work resulted in creating an \
application with an impressive amount of features.
You require the original game files to use this port
You'll require the original game files to use this port.
"
HOMEPAGE="http://vcmi.eu"
SRC_URI="http://download.vcmi.eu/vcmi-0.94.tar.gz"
CHECKSUM_SHA256="2a1ad60cd64e7d5cb0a9eda11c6bc1cbf8866035f95597e467591c958dfde4d7"
COPYRIGHT="2005-2013 VCMI Team"
LICENSE="GNU GPL v2"
REVISION="1"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
@@ -27,7 +29,6 @@ PROVIDES="
lib:libminizip$secondaryArchSuffix
lib:libvcmi$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
@@ -43,7 +44,6 @@ REQUIRES="
lib:libboost_unit_test_framework$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libSDL$secondaryArchSuffix
@@ -57,14 +57,13 @@ BUILD_REQUIRES="
devel:libboost_system$secondaryArchSuffix
devel:libboost_thread$secondaryArchSuffix
devel:libboost_unit_test_framework$secondaryArchSuffix
"
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:make
cmd:gcc$secondaryArchSuffix
cmd:as$secondaryArchSuffix
"
"
BUILD()
{
@@ -84,6 +83,3 @@ INSTALL()
rm -r $prefix/share # desktop file and png icons we don't care about
}
COPYRIGHT="2005-2013 VCMI Team"
LICENSE="GNU GPL v2"