mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
code style.
This commit is contained in:
@@ -2,19 +2,21 @@ SUMMARY="A Windows Minesweeper clone"
|
||||
DESCRIPTION="Minesweeper is a clone of the original Windows minesweeper game. \
|
||||
It supports different board sizes and best time saving."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Minesweeper"
|
||||
COPYRIGHT="
|
||||
2013 Tri-Edge AI
|
||||
2015 Josef Gajdusek
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="5"
|
||||
srcGitRev="702046e61588c953e759f7792930c5acc258359a"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f532980a4f507375a982c2efcc09118e5a8cfedb9fd0775563ed236c2a70304f"
|
||||
SOURCE_DIR="Minesweeper-$srcGitRev"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2013 Tri-Edge AI
|
||||
2015 Josef Gajdusek
|
||||
"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
USER_SETTINGS_FILES="settings/Minesweeper_settings"
|
||||
|
||||
PROVIDES="
|
||||
minesweeper = $portVersion
|
||||
app:minesweeper = $portVersion
|
||||
@@ -22,6 +24,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
@@ -31,8 +34,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
"
|
||||
|
||||
USER_SETTINGS_FILES="settings/Minesweeper_settings"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make -C src $jobArgs OBJ_DIR=objects
|
||||
|
||||
Reference in New Issue
Block a user