mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
keystone: code style.
This commit is contained in:
@@ -9,8 +9,8 @@ Solaris confirmed).
|
||||
* Thread-safe by design.
|
||||
* Open source - with a dual license."
|
||||
HOMEPAGE="http://www.keystone-engine.org"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2013-2015, COSEINC"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/keystone-engine/keystone/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="e9d706cd0c19c49a6524b77db8158449b9c434b415fbf94a073968b68cf8a9f0"
|
||||
@@ -24,23 +24,20 @@ PROVIDES="
|
||||
lib:libkeystone$secondaryArchSuffix = 0
|
||||
cmd:kstool
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
devel:libkeystone$secondaryArchSuffix = 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
keystone$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user