mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
boca: bump to 1.0~beta1 (#4518)
This commit is contained in:
committed by
Jérôme Duval
parent
b9af126384
commit
1aa0f37df7
@@ -6,16 +6,16 @@ between applications and their components."
|
||||
HOMEPAGE="https://github.com/enzo1982/BoCA"
|
||||
COPYRIGHT="2007-2019 Robert Kausch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-alpha-20190423/freac-cdk-1.1-alpha-20190423.tar.gz"
|
||||
CHECKSUM_SHA256="7bee8449bde5f147fedffdaf9682e21130591c8e1a9052d8a7c9925274e1b355"
|
||||
SOURCE_DIR="freac-cdk-1.1-alpha-20190423"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-beta1/freac-cdk-1.1-beta1.tar.gz"
|
||||
CHECKSUM_SHA256="bf431a4715ef894c57b9c3bfd3ecef0426abbf592de9c004fe9625e6753502a4"
|
||||
SOURCE_DIR="freac-cdk-1.1-beta1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="${portVersion%~*}"
|
||||
libVersionCompat="1 compat >= 1"
|
||||
libVersionCompat="2 compat >= 2"
|
||||
|
||||
PROVIDES="
|
||||
boca$secondaryArchSuffix = $portVersion
|
||||
@@ -23,8 +23,8 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre6
|
||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
||||
smooth$secondaryArchSuffix >= 0.9.0
|
||||
lib:libsmooth_0.9$secondaryArchSuffix >= 0
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
lib:liburiparser$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
@@ -36,14 +36,14 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
boca$secondaryArchSuffix == $portVersion base
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
|
||||
devel:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.0
|
||||
devel:libsmooth_0.9$secondaryArchSuffix >= 0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
|
||||
devel:libsmooth_0.8.74$secondaryArchSuffix
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.0
|
||||
devel:libsmooth_0.9$secondaryArchSuffix
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:liburiparser$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
@@ -67,10 +67,10 @@ INSTALL()
|
||||
|
||||
mkdir -p "$developLibDir"
|
||||
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.1 \
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.2 \
|
||||
"$developLibDir"/libboca-$libVersion.so
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.1 \
|
||||
"$developLibDir"/libboca-$libVersion.so.1
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.2 \
|
||||
"$developLibDir"/libboca-$libVersion.so.2
|
||||
|
||||
packageEntries devel \
|
||||
"$developDir"
|
||||
Reference in New Issue
Block a user