mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
boca: bump to 1.0.5 (#6022)
This commit is contained in:
@@ -8,14 +8,14 @@ COPYRIGHT="2007-2021 Robert Kausch"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v${portVersion}/boca-${portVersion}.tar.gz"
|
||||
CHECKSUM_SHA256="af01549c006ca5beeb3175178136a1598a25a1c856317ddc0c07355b0e713b6b"
|
||||
CHECKSUM_SHA256="9befa4555b5d9a0ecf3b8472f1d8f14c26dee50993d1d66f35a2d0f140a72870"
|
||||
SOURCE_DIR="boca-${portVersion}"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="${portVersion%.*}"
|
||||
libVersionCompat="2 compat >= 2"
|
||||
libVersionCompat="3 compat >= 2"
|
||||
|
||||
PROVIDES="
|
||||
boca$secondaryArchSuffix = $portVersion
|
||||
@@ -23,7 +23,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
smooth$secondaryArchSuffix >= 0.9.0
|
||||
smooth$secondaryArchSuffix >= 0.9.8
|
||||
lib:libsmooth_0.9$secondaryArchSuffix >= 0
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
lib:liburiparser$secondaryArchSuffix
|
||||
@@ -36,13 +36,13 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
boca$secondaryArchSuffix == $portVersion base
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.0
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.8
|
||||
devel:libsmooth_0.9$secondaryArchSuffix >= 0
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.0
|
||||
smooth${secondaryArchSuffix}_devel >= 0.9.8
|
||||
devel:libsmooth_0.9$secondaryArchSuffix
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:liburiparser$secondaryArchSuffix
|
||||
@@ -67,10 +67,10 @@ INSTALL()
|
||||
|
||||
mkdir -p "$developLibDir"
|
||||
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.2 \
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.3 \
|
||||
"$developLibDir"/libboca-$libVersion.so
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.2 \
|
||||
"$developLibDir"/libboca-$libVersion.so.2
|
||||
ln -r -s "$libDir"/libboca-$libVersion.so.3 \
|
||||
"$developLibDir"/libboca-$libVersion.so.3
|
||||
|
||||
packageEntries devel \
|
||||
"$developDir"
|
||||
Reference in New Issue
Block a user