libmdi: code style.

This commit is contained in:
Jerome Duval
2018-08-03 13:56:08 +02:00
parent a4888f0810
commit 4e5ceb8b45

View File

@@ -3,16 +3,15 @@ DESCRIPTION="BeMDI is a framework to emulate windows inside of other windows \
using a list of classes that emulate the windows' style. This makes it \
possible to make programs that weren't possible before."
HOMEPAGE="https://github.com/HaikuArchives/BeMDI"
COPYRIGHT="2000 3rd-evolution"
LICENSE="GNU LGPL v2.1"
REVISION="1"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="https://github.com/HaikuArchives/BeMDI/archive/d55bec50ba7776d0d62bcfc863f46869fedb70cf.tar.gz"
CHECKSUM_SHA256="0895dcc6dd191fc56dfed6ea93197a20e239782bda3278db21fc8022be20af2b"
SOURCE_DIR="BeMDI-d55bec50ba7776d0d62bcfc863f46869fedb70cf"
COPYRIGHT="2000 3rd-evolution"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
bemdi$secondaryArchSuffix = $portVersion
@@ -21,6 +20,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
bemdi${secondaryArchSuffix}_devel = $portVersion
devel:libmdi$secondaryArchSuffix = $portVersion
@@ -29,10 +29,7 @@ REQUIRES_devel="
haiku${secondaryArchSuffix}_devel
bemdi$secondaryArchSuffix == $portVersion base
"
PROVIDES_devel="
bemdi${secondaryArchSuffix}_devel = $portVersion
devel:libmdi$secondaryArchSuffix = $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"