From 3037bcdbb7bcd109ef21869927c4aa5b4e927c5f Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Aug 2018 09:36:17 +0200 Subject: [PATCH] angband: code style. --- games-roguelike/angband/angband-3.5.0.recipe | 37 ++++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/games-roguelike/angband/angband-3.5.0.recipe b/games-roguelike/angband/angband-3.5.0.recipe index b5b2f9589..43113751a 100644 --- a/games-roguelike/angband/angband-3.5.0.recipe +++ b/games-roguelike/angband/angband-3.5.0.recipe @@ -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