Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -3,16 +3,18 @@ DESCRIPTION="DotGNU Portable.NET is a portable suite of tools (including a C# \
compiler, assembler, and runtime engine) for non-Microsoft platforms. It is \
part of the DotGNU meta-project"
HOMEPAGE="http://www.dotgnu.org/pnet.html"
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/pnet-0.8.0.tar.gz"
CHECKSUM_SHA256="f1340ae3567a5f05729d9d201bd719268ceca07bde4f62c58a92abfda64551bb"
REVISION="1"
LICENSE="GNU GPL v1"
COPYRIGHT="2001-2006 Southern Storm Software, Pty Ltd.
1984-2002 Free Software Foundation, Inc.
2003 Gopal.V
2002 FSF INDIA
2002 Richard Baumann
"
LICENSE="GNU GPL v1"
REVISION="1"
SOURCE_URI="http://download.savannah.gnu.org/releases/dotgnu-pnet/pnet-0.8.0.tar.gz"
CHECKSUM_SHA256="f1340ae3567a5f05729d9d201bd719268ceca07bde4f62c58a92abfda64551bb"
PATCHES="pnet-0.8.0.patchset"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PROVIDES="
@@ -49,6 +51,11 @@ PROVIDES="
cmd:ilverify
cmd:resgen
"
REQUIRES="
haiku
lib:libncurses
lib:zlib
"
PROVIDES_devel="
devel:libILAsm = $portVersion compat >= 0
@@ -60,17 +67,10 @@ PROVIDES_devel="
devel:libILSupport = $portVersion compat >= 0
"
REQUIRES="
haiku
lib:libncurses
lib:zlib
"
BUILD_REQUIRES="
haiku_devel
devel:libncurses
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:make
@@ -85,8 +85,6 @@ BUILD_PREREQUIRES="
cmd:treecc
"
PATCHES="pnet-0.8.0.patchset"
BUILD()
{
libtoolize --force --copy --install