mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ixion: bump version.
only used by orcus.
This commit is contained in:
@@ -10,9 +10,9 @@ and a partial calculation of only the affected cells need to be calculated."
|
||||
HOMEPAGE="https://gitlab.com/ixion/ixion"
|
||||
COPYRIGHT="Kohei Yoshida et al."
|
||||
LICENSE="MPL v2.0"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://kohei.us/files/ixion/src/libixion-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="00d7a44f3d8266fd7da46ceb336288f77fc57bdd95402bdc9bb95f1dcb883baf"
|
||||
CHECKSUM_SHA256="f990c18354a5aaa7e2a99a38c44f37f8169aa86a54bf285be26e21453fae3b8b"
|
||||
SOURCE_DIR="libixion-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -20,9 +20,10 @@ SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
ixion$secondaryArchSuffix = $portVersion
|
||||
cmd:ixion_formula_tokenizer$secondaryArchSuffix = $portVersion
|
||||
cmd:ixion_parser$secondaryArchSuffix = $portVersion
|
||||
cmd:ixion_sorter$secondaryArchSuffix = $portVersion
|
||||
lib:libixion_0.12$secondaryArchSuffix = 12.0.1 compat >= 12
|
||||
lib:libixion_0.13$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -32,7 +33,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
ixion${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libixion_0.12$secondaryArchSuffix = 12.0.1 compat >= 12
|
||||
devel:libixion_0.13$secondaryArchSuffix = 13.0.1 compat >= 13
|
||||
"
|
||||
REQUIRES_devel="
|
||||
ixion$secondaryArchSuffix == $portVersion base
|
||||
@@ -73,9 +74,9 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $libDir/libixion-0.12.la
|
||||
rm $libDir/libixion-0.13.la
|
||||
|
||||
prepareInstalledDevelLibs libixion-0.12
|
||||
prepareInstalledDevelLibs libixion-0.13
|
||||
fixPkgconfig
|
||||
|
||||
packageEntries devel \
|
||||
Reference in New Issue
Block a user