mdds: bump version.

This commit is contained in:
Jerome Duval
2017-11-05 18:56:38 +01:00
parent 1f87638f7a
commit 1dc4f2aaa3
2 changed files with 2 additions and 66 deletions

View File

@@ -1,64 +0,0 @@
SUMMARY="Multi-Dimensional Data Structure"
DESCRIPTION="mdds is a collection of multi-dimensional data structure \
and indexing algorithms."
HOMEPAGE="https://gitlab.com/mdds/mdds"
COPYRIGHT="2010-2016 Kohei Yoshida et al."
LICENSE="MIT"
REVISION="2"
SOURCE_URI="http://kohei.us/files/mdds/src/mdds_$portVersion.tar.bz2"
CHECKSUM_SHA256="ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56"
SOURCE_DIR="mdds_$portVersion"
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86"
PROVIDES="
mdds$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
mdds${secondaryArchSuffix}_devel = $portVersion compat >= 1.0
devel:mdds = $portVersion compat >= 1.0
"
REQUIRES_devel="
mdds$secondaryArchSuffix == $portVersion base
devel:libboost_system$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:autoconf
cmd:g++$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
"
BUILD()
{
autoconf
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
mkdir -p $developLibDir/pkgconfig
mv $dataDir/pkgconfig/mdds-1.0.pc $developLibDir/pkgconfig
rm -rf $dataDir/pkgconfig
fixPkgconfig
packageEntries devel $developDir
}
TEST()
{
make check
}

View File

@@ -2,11 +2,11 @@ SUMMARY="Multi-Dimensional Data Structure"
DESCRIPTION="mdds is a collection of multi-dimensional data structure \
and indexing algorithms."
HOMEPAGE="https://gitlab.com/mdds/mdds"
COPYRIGHT="2010-2016 Kohei Yoshida et al."
COPYRIGHT="2010-2017 Kohei Yoshida et al."
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://kohei.us/files/mdds/src/mdds-$portVersion.tar.bz2"
CHECKSUM_SHA256="402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f"
CHECKSUM_SHA256="00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460"
SOURCE_DIR="mdds-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"