Add some updates.

This commit is contained in:
Benjamin Chrétien 2014-07-06 16:28:42 +02:00
parent afeb05a176
commit 79ff1410ca
2 changed files with 12 additions and 15 deletions

View file

@ -1,17 +1,15 @@
pkgbase = ros-indigo-console-bridge
pkgdesc = ROS - Lightweight tool for forwarding output from libraries to other logging systems.
pkgver = 0.2.7
pkgrel = 2
pkgdesc = ROS - This package has been released upstream.
pkgver = 0.2.8
pkgrel = 1
url = https://github.com/ros/console_bridge
arch = any
license = BSD
makedepends = cmake
makedepends = git
makedepends = ros-build-tools
makedepends = boost
depends = ros-indigo-catkin
depends = boost
source = console_bridge::git+https://github.com/ros-gbp/console_bridge-release.git#tag=release/indigo/console_bridge/0.2.7-0
depends = console-bridge
source = console_bridge::git+https://github.com/ros-gbp/console_bridge-release.git#tag=release/indigo/console_bridge/0.2.8-0
md5sums = SKIP
pkgname = ros-indigo-console-bridge

View file

@ -1,23 +1,22 @@
# Script generated with import_catkin_packages.py
# For more information: https://github.com/bchretien/arch-ros-stacks
pkgdesc="ROS - Lightweight tool for forwarding output from libraries to other logging systems."
pkgdesc="ROS - This package has been released upstream."
url='https://github.com/ros/console_bridge'
pkgname='ros-indigo-console-bridge'
pkgver='0.2.7'
pkgver='0.2.8'
_pkgver_patch=0
arch=('any')
pkgrel=2
pkgrel=1
license=('BSD')
ros_makedepends=()
makedepends=('cmake' 'git' 'ros-build-tools'
${ros_makedepends[@]}
boost)
${ros_makedepends[@]})
ros_depends=(ros-indigo-catkin)
ros_depends=()
depends=(${ros_depends[@]}
boost)
console-bridge)
_tag=release/indigo/console_bridge/${pkgver}-${_pkgver_patch}
_dir=console_bridge
@ -50,5 +49,5 @@ build() {
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}/" install
#make DESTDIR="${pkgdir}/" install
}