Package Details: opensplice-dds 6_7_180404-1

Git Clone URL: https://aur.archlinux.org/opensplice-dds.git (read-only, click to copy)
Package Base: opensplice-dds
Description: Enables seamless, timely, scalable and dependable data sharing between distributed applications and network connected devices.
Upstream URL: http://www.prismtech.com/dds-community
Keywords: ros
Licenses: GPL
Submitter: Sandmann
Maintainer: bidulock
Last Packager: GPereira
Votes: 3
Popularity: 0.000000
First Submitted: 2015-06-27 13:53 (UTC)
Last Updated: 2018-04-23 23:05 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

GPereira commented on 2018-04-26 15:30 (UTC)

Hi @russkel, thanks for the report, can you open a new bug in the Bug Tracker and include a log file with everything and the error?

russkel commented on 2018-04-26 08:48 (UTC)

This is still giving me errors:

==> Starting package()...
cp: cannot stat 'demos': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

And the most recent PKGBUILD has changed the .s in the filename to _s.

Sandmann commented on 2018-04-23 21:04 (UTC)

@GPereira, feel free to adopt the package since you seem to use it. I'm disowning it now.

GPereira commented on 2018-04-20 22:54 (UTC)

Hello, can I comantain this package with you?

Sandmann commented on 2018-03-21 22:45 (UTC)

Update to version 6.7

russkel commented on 2018-03-12 05:27 (UTC)

Updated the PKGBUILD and fixed the packaging errors. Can grab it at: https://github.com/russkel/opensplice-dds

GPereira commented on 2018-01-31 11:37 (UTC)

use this PKGBUILD to version 6.7 since the link present for version 6.4 is broken

GPereira commented on 2018-01-31 11:36 (UTC)

pkgname=opensplice-dds pkgver=6_7_171127OSS pkgrel=1 pkgdesc="Enables seamless, timely, scalable and dependable data sharing between distributed applications and network connected devices." arch=('i686' 'x86_64') url="http://www.prismtech.com/opensplice" license=('GPL') depends=('java-environment' 'zlib') source=(https://github.com/ADLINK-IST/opensplice/releases/download/OSPL_V6_7_171127OSS_RELEASE/PXXX-VortexOpenSplice-6.7.171127OSS-HDE-x86_64.linux-gcc5.4.0-glibc2.23-installer.tar.gz) md5sums=('7b32765faca59974e638f5d2efc01bb8') sha256sums=('4c4e43d7d230de1a2018ad5742201e25469a28c50ae4116dd7ded739c18a256b') sha384sums=('f9f5f283f3b3c01c6c2cf532d9f865331fbdf99d00f6f791991bb626130c2d4c7600295f9351de199f00622156931a8a') sha512sums=('a629c323dc426a46db8ee9030475c12994f1a7d1b0ddfaadd1a8aaadd371c5f07421db86e9b620ac543adecd17dc57bedf4a1bccfecd0afc56e149f25e061bc1') options=(!makeflags)

if [ "$CARCH" == "i686" ]; then _arch=x86.linux else _arch=x86_64.linux fi

build() { cd "${srcdir}/OpenSpliceDDS6.7"

source configure ${_arch}-release

make

cd install make }

package() { cd "${srcdir}/OpenSpliceDDS6.7/install/HDE/${_arch}"

install -dm755 "${pkgdir}/usr/bin" cp -a bin/* "${pkgdir}/usr/bin/"

install -dm755 "${pkgdir}/usr/lib" install -Dm644 lib/* "${pkgdir}/usr/lib/"

install -dm755 "${pkgdir}/usr/include" cp -a include/* "${pkgdir}/usr/include/"

install -dm755 "${pkgdir}/usr/share/opensplice" cp -a etc "${pkgdir}/usr/share/opensplice/" cp -a docs "${pkgdir}/usr/share/opensplice/" cp -a demos "${pkgdir}/usr/share/opensplice/" cp -a examples "${pkgdir}/usr/share/opensplice/" cp -a jar "${pkgdir}/usr/share/opensplice/" cp -a src "${pkgdir}/usr/share/opensplice/" }

Sandmann commented on 2015-09-26 16:32 (UTC)

Updated to version 6.4