summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2014-09-26 07:36:39 -0600
committerBrian Bidulock2015-06-11 01:10:33 -0600
commit7328d41c8978b5d9990914f0fdb22dedb54730c7 (patch)
tree90c7e069bea739e157853bfaa1dbe9dffe60a376
parentea6fc487155280a958e242af836e604b105beffc (diff)
downloadaur-7328d41c8978b5d9990914f0fdb22dedb54730c7.tar.gz
version 3.5.1-2
-rw-r--r--.AURINFO4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
3 files changed, 13 insertions, 6 deletions
diff --git a/.AURINFO b/.AURINFO
index 0a97f62f053e..f98504c1e110 100644
--- a/.AURINFO
+++ b/.AURINFO
@@ -1,7 +1,7 @@
pkgbase = opendds
- pkgdesc = Open source C++ implementaiton of OMG Data Distribution Service (DDS)
+ pkgdesc = Open source C++ implementation of OMG Data Distribution Service (DDS)
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.opendds.org/
install = opendds.install
arch = i686
diff --git a/.SRCINFO b/.SRCINFO
index 7a92e2bb1adf..ed6deaf5ffd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opendds
- pkgdesc = Open source C++ implementaiton of OMG Data Distribution Service (DDS)
+ pkgdesc = Open source C++ implementation of OMG Data Distribution Service (DDS)
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.opendds.org/
install = opendds.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ea3da59e3084..ce3918a54462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=opendds
_pkgname=OpenDDS
pkgver=3.5.1
-pkgrel=1
-pkgdesc="Open source C++ implementaiton of OMG Data Distribution Service (DDS)"
+pkgrel=2
+pkgdesc="Open source C++ implementation of OMG Data Distribution Service (DDS)"
arch=('i686' 'x86_64')
url="http://www.opendds.org/"
license=('custom')
@@ -29,6 +29,13 @@ 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"