Fix several broken recipes due to "$(HOMEPAGE)" (#912)

Added new version and removed the old one for beshare,
fix broken thing and reformat the style to follow guidelines:
- belife
- beshare
- catkeyseditor
- colors
- copynametoclipboard
- desknotes
- genesis_commander
This commit is contained in:
Raefaldhi Amartya Junior
2016-12-16 04:05:28 +07:00
committed by fbrosson
parent 58be167e71
commit 1f76cce1b0
9 changed files with 48 additions and 151 deletions

View File

@@ -4,7 +4,10 @@ HOMEPAGE="https://github.com/HaikuArchives/GenesisCommander"
COPYRIGHT="2002-2004 Zsolt Prievara"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="$(HOMEPAGE)/archive/a5d4ef1521787e48fc40186cc1374cffe40527f1.tar.gz"
srcGitRev="a5d4ef1521787e48fc40186cc1374cffe40527f1"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="af9b44278203c0abcda6543d016ae2657ad347b6eaf533af1e85fca00f49f3d3"
SOURCE_DIR="GenesisCommander-$srcGitRev"
ARCHITECTURES="x86_gcc2 x86 !x86_64"
@@ -15,8 +18,11 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:make
makefile_engine