summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormajor major2017-04-01 03:24:58 +0200
committermajor major2017-04-01 03:24:58 +0200
commit0d6f079286b595a1f6355e4263ba423b24950f65 (patch)
tree98aa4d282701829cf6ae37387dd1888b90ae88ce
parent38e27ddb2a25de814d234e1f28460c5d6d69724b (diff)
downloadaur-0d6f079286b595a1f6355e4263ba423b24950f65.tar.gz
after fixing ROSBUILD in stage repository no need for copying /opt/ros/kinetic/lib64 to /opt/ros/kinetic/lib folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2301f214c6..4860c26434d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-kinetic-stage
pkgdesc = ROS - Mobile robot simulator http://rtv.github.com/Stage.
pkgver = 4.1.1
- pkgrel = 9
+ pkgrel = 10
url = http://rtv.github.com/Stage
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 477e3b6ad347..27858305a879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ros-kinetic-stage'
pkgver='4.1.1'
_pkgver_patch=8
arch=('any')
-pkgrel=9
+pkgrel=10
license=('GPL')
ros_makedepends=()
@@ -60,14 +60,13 @@ build() {
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF
- -DROSBUILD
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
+ -DROSBUILD:BOOL=true
make
}
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}/" install
- mv ${pkgdir}/opt/ros/kinetic/lib64 ${pkgdir}/opt/ros/kinetic/lib
}