summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.AURINFO19
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
3 files changed, 23 insertions, 11 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..0a97f62f053e
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,19 @@
+pkgbase = opendds
+ pkgdesc = Open source C++ implementaiton of OMG Data Distribution Service (DDS)
+ pkgver = 3.5.1
+ pkgrel = 1
+ url = http://www.opendds.org/
+ install = opendds.install
+ arch = i686
+ arch = x86_64
+ license = custom
+ depends = perl
+ depends = bash
+ source = http://download.ociweb.com/TAO-2.2a/ACE+TAO-2.2a_with_latest_patches_NO_makefiles.tar.gz
+ source = http://download.ociweb.com/OpenDDS/OpenDDS-3.5.1.tar.gz
+ source = build.patch
+ source = tao-cosnaming.service
+ options = !buildflags
+
+pkgname = opendds
+
diff --git a/.SRCINFO b/.SRCINFO
index ed6deaf5ffd9..7a92e2bb1adf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opendds
- pkgdesc = Open source C++ implementation of OMG Data Distribution Service (DDS)
+ pkgdesc = Open source C++ implementaiton of OMG Data Distribution Service (DDS)
pkgver = 3.5.1
- pkgrel = 2
+ pkgrel = 1
url = http://www.opendds.org/
install = opendds.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ce3918a54462..ea3da59e3084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=opendds
_pkgname=OpenDDS
pkgver=3.5.1
-pkgrel=2
-pkgdesc="Open source C++ implementation of OMG Data Distribution Service (DDS)"
+pkgrel=1
+pkgdesc="Open source C++ implementaiton of OMG Data Distribution Service (DDS)"
arch=('i686' 'x86_64')
url="http://www.opendds.org/"
license=('custom')
@@ -29,13 +29,6 @@ prepare() {
build() {
cd DDS
- DOC_ROOT="$srcdir/ACE_wrappers" \
- ACE_ROOT="$DOC_ROOT/ACE" \
- TAO_ROOT="$DOC_ROOT/ACE/TAO" \
- CIAO_ROOT="$DOC_ROOT/ACE/CIAO" \
- DANCE_ROOT="$DOC_ROOT/ACE/DAnCE" \
- DDS_ROOT="$srcdir/DDS" \
- MPC_ROOT="$DOC_ROOT/MPC" \
./configure \
--ace="$srcdir/ACE_wrappers" \
--tao="$srcdir/ACE_wrappers/TAO"