summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbionade242020-12-15 19:28:30 +0100
committerbionade242020-12-15 19:28:30 +0100
commitaed0d2424dd92a8612ec4fcf79b91f2c389892e2 (patch)
tree23418354d86e8274928692cb969b0c98e54ab8c9 /PKGBUILD
parentd4a4cedaa1721d7ac10818250c4b0ec31c922ec0 (diff)
downloadaur-aed0d2424dd92a8612ec4fcf79b91f2c389892e2.tar.gz
Fix package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4888ca46ba84..6dfa3e52b5e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,10 @@
-# Script generated with import_catkin_packages.py.
-# For more information: https://github.com/bchretien/arch-ros-stacks.
pkgdesc="ROS - tf2_msgs."
url='https://www.wiki.ros.org/tf2_msgs'
pkgname='ros-melodic-tf2-msgs'
pkgver='0.6.5'
-_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -55,10 +52,8 @@ build() {
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DPYTHON_INCLUDE_DIR=/usr/include/python3.7m \
- -DPYTHON_LIBRARY=/usr/lib/libpython3.7m.so \
- -DPYTHON_BASENAME=.cpython-37m \
- -DSETUPTOOLS_DEB_LAYOUT=OFF
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
+ -DBOOST_ROOT=/opt/boost1.69
make
}