mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
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:
committed by
fbrosson
parent
58be167e71
commit
1f76cce1b0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user