From a83d256313115e91fd239cee04895c03c980a7e7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Aug 2018 09:30:12 +0200 Subject: [PATCH] gemdropx: code style. --- games-puzzle/gemdropx/gemdropx-0.9.recipe | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/games-puzzle/gemdropx/gemdropx-0.9.recipe b/games-puzzle/gemdropx/gemdropx-0.9.recipe index 6c2e3217b..9da4574e7 100644 --- a/games-puzzle/gemdropx/gemdropx-0.9.recipe +++ b/games-puzzle/gemdropx/gemdropx-0.9.recipe @@ -12,20 +12,19 @@ chain reaction that might cover the entire screen!\ The more gems that disappear with one shot, the higher the score you get! " HOMEPAGE="http://www.newbreedsoftware.com/gemdropx/" +COPYRIGHT="2002 Bill Kendrick" +LICENSE="GNU GPL v2" +REVISION="1" SOURCE_URI="ftp://ftp.tuxpaint.org/unix/x/gemdropx/src/gemdropx-$portVersion.tar.gz" CHECKSUM_SHA256="e50495d292a1d456c28044efbf07c16d8865f8d95e1caba86f4c5b2e3fb1d28f" -LICENSE="GNU GPL v2" -COPYRIGHT="2002 Bill Kendrick" -REVISION="1" -ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" - PATCHES="gemdropx-$portVersion.patch" +ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" + PROVIDES=" gemdropx = $portVersion app:gemdropx = $portVersion " - REQUIRES=" haiku$secondaryArchSuffix lib:libsdl @@ -37,8 +36,6 @@ BUILD_REQUIRES=" devel:libsdl devel:libsdl_mixer " - - BUILD_PREREQUIRES=" cmd:gcc cmd:make