mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Fix ordering
This commit is contained in:
@@ -4,18 +4,18 @@ kernel MT events to the slotted type B protocol. The events put into \
|
||||
mtdev may be from any MT device, specifically type A without contact \
|
||||
tracking, type A with contact tracking, or type B with contact tracking."
|
||||
HOMEPAGE="http://bitmath.org/code/mtdev/"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="!x86 !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86 !x86_gcc2"
|
||||
|
||||
SOURCE_URI="http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2"
|
||||
CHECKSUM_SHA256="6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f"
|
||||
COPYRIGHT="
|
||||
2010 Kenrik Rydberg
|
||||
2010 Canonical Ltd.
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2"
|
||||
CHECKSUM_SHA256="6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f"
|
||||
|
||||
ARCHITECTURES="!x86 !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="!x86 !x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
mtdev$secondaryArchSuffix = $portVersion
|
||||
lib:libmtdev$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
@@ -23,6 +23,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
mtdev${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libmtdev$secondaryArchSuffix = 1.0.0 compat >= 1
|
||||
@@ -30,6 +31,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
mtdev${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user