mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user