mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Fix ordering
This commit is contained in:
@@ -13,10 +13,16 @@ functionality, and savegames in PGN format.
|
||||
The DreamChess team currently consists of only a handful of people. We could use help in many \
|
||||
areas, such as programming, graphics, sound and testing. If you’re interested in helping out, \
|
||||
please send an email to feedback at dreamchess.org."
|
||||
HOMEPAGE="http://www.dreamchess.org/"
|
||||
HOMEPAGE="http://www.dreamchess.org/"
|
||||
COPYRIGHT="2003-2007 Andrew Ball, Annie Kirkpatrick, Brandon May, Kris McAulay,
|
||||
Walter van Niftrik, Rogier van Schaijk, Lawrence Sebald, Matthew P. Smith
|
||||
1991-1993 The Regents of the University of California
|
||||
1998-2005 Gilles Vollant"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/dreamchess/dreamchess/releases/download/$portVersion/dreamchess-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7615699995a635c3dff6c952aa0d32723c415c8bb42448b4269d3daa199d8059"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
@@ -24,7 +30,6 @@ PROVIDES="
|
||||
cmd:dreamchess
|
||||
cmd:dreamer
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
@@ -38,7 +43,6 @@ BUILD_REQUIRES="
|
||||
devel:libsdl_image
|
||||
devel:mxml
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:find
|
||||
@@ -46,18 +50,14 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD() {
|
||||
BUILD()
|
||||
{
|
||||
#libtoolize --force --copy --install
|
||||
runConfigure ./configure --prefix=/boot/apps/dreamchess
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL() {
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2003-2007 Andrew Ball, Annie Kirkpatrick, Brandon May, Kris McAulay,
|
||||
Walter van Niftrik, Rogier van Schaijk, Lawrence Sebald, Matthew P. Smith
|
||||
1991-1993 The Regents of the University of California
|
||||
1998-2005 Gilles Vollant"
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
Reference in New Issue
Block a user