mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
SUMMARY="A button football simulation"
|
||||
DESCRIPTION="A turn based game where you play football (soccer) with buttons, \
|
||||
boxes and simple rules."
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="2009-2010 The DNTeam"
|
||||
HOMEPAGE="http://sourceforge.net/projects/digenv/"
|
||||
|
||||
COPYRIGHT="2009-2010 The DNTeam"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.mirrorservice.org/sites/downloads.sourceforge.net/d/di/digenv/xut/$portVersion/xut-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="bbaca1531439cad1f5a040571b8208d87c129a597c93d06d1598eb512e86fef3"
|
||||
SOURCE_DIR="xut"
|
||||
PATCHES="xut-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
xut$secondaryArchSuffix = $portVersion
|
||||
cmd:xut$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libglu$secondaryArchSuffix
|
||||
@@ -42,7 +43,6 @@ BUILD_REQUIRES="
|
||||
devel:libvorbis$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
@@ -50,9 +50,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user