summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2014-09-25 04:44:50 -0600
committerBrian Bidulock2015-06-11 01:10:33 -0600
commitea6fc487155280a958e242af836e604b105beffc (patch)
tree8add6abb8a59ffca58a084b496134204d5a30587 /PKGBUILD
parent4f00ad7007f9d11b6a56877d76fb3cd4da70dc17 (diff)
downloadaur-ea6fc487155280a958e242af836e604b105beffc.tar.gz
version 3.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 2 insertions, 9 deletions
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"