mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
angband: code style.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
SUMMARY="A free, single-player dungeon exploration game"
|
||||
HOMEPAGE="http://rephial.org/"
|
||||
DESCRIPTION="
|
||||
Angband is a free, single-player dungeon exploration game. You play an \
|
||||
adventurer: seeking riches, fighting monsters, and preparing for a final \
|
||||
battle with Morgoth, the Lord of Darkness.
|
||||
"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
LICENSE="GNU GPL v2"
|
||||
HOMEPAGE="http://rephial.org/"
|
||||
COPYRIGHT="1985 Robert Alan Koeneke
|
||||
1989 James E. Wilson
|
||||
1990 Alex Cutler and Andy Astrand
|
||||
@@ -15,23 +12,14 @@ COPYRIGHT="1985 Robert Alan Koeneke
|
||||
1993 Charles Swiger
|
||||
1994-1999 Ben Harrison
|
||||
2000-2014 Robert Ruehlmann"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://rephial.org/downloads/3.5/angband-v3.5.0.tar.gz"
|
||||
CHECKSUM_SHA256="3d3c3a8839ef97613d5e29c116c5e88c93b913485768106ad4906c75069085ec"
|
||||
SOURCE_DIR="angband-v3.5.0"
|
||||
PATCHES="angband-${portVersion}.patchset"
|
||||
|
||||
PROVIDES="
|
||||
angband = $portVersion
|
||||
cmd:angband
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_image_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
lib:libSDL_ttf_2.0
|
||||
lib:libncursesw
|
||||
"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/angband/edit/artifact.txt keep-old
|
||||
@@ -82,6 +70,19 @@ settings/angband/pref/xtra-shb.prf keep-old
|
||||
settings/angband/pref/xtra-xxx.prf keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
angband = $portVersion
|
||||
cmd:angband
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_image_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
lib:libSDL_ttf_2.0
|
||||
lib:libncursesw
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libncurses
|
||||
devel:libsdl
|
||||
@@ -89,7 +90,6 @@ BUILD_REQUIRES="
|
||||
devel:libsdl_mixer
|
||||
devel:libsdl_ttf
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:autoconf
|
||||
@@ -99,7 +99,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="angband-${portVersion}.patchset"
|
||||
BUILD()
|
||||
{
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user