mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -7,30 +7,36 @@ Open source and business-friendly, Tcl is a mature yet evolving language that \
|
||||
is truly cross platform, easily deployed and highly extensible.
|
||||
"
|
||||
HOMEPAGE="http://www.tcl.tk"
|
||||
COPYRIGHT="Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState Corporation and other parties"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/tcl/files/Tcl/$portVersion/tcl$portVersion-src.tar.gz"
|
||||
CHECKSUM_SHA256="032be57a607bdf252135b52fac9e3a7016e526242374ac7637b083ecc4c5d3c9"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState Corporation and other parties"
|
||||
SOURCE_DIR="tcl$portVersion"
|
||||
|
||||
PATCHES="tcl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
tcl = $portVersion compat >= 8.5
|
||||
cmd:tclsh = $portVersion compat >= 8.5
|
||||
cmd:tclsh8.5 = $portVersion compat >= 8.5
|
||||
lib:libtcl8.5 = $portVersion compat >= 8.5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
tcl_devel = $portVersion
|
||||
devel:libtclstub8.5 = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
tcl == $portVersion
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
cmd:autoconf
|
||||
@@ -68,12 +74,3 @@ TEST()
|
||||
cd unix
|
||||
make test
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
tcl_devel = $portVersion
|
||||
devel:libtclstub8.5 = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
tcl == $portVersion
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user