summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 000fa546c74b37bee0d4685055bb1a73100f0a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Maintainer: Sean Greenslade <zootboysean@gmail.com>

pkgdesc='Utilities for building arch packages for ROS stacks.'
url=http://www.ros.org

pkgname='ros-build-tools'
pkgver='0.0.6'
arch=('i686' 'x86_64')
pkgrel=2
license=('BSD')
makedepends=()
depends=()
optdepends=('python2' 'python2-catkin_pkg' 'python2-termcolor' 'python2-yaml')

pkg_destination_dir="/usr/share/ros-build-tools"

source=('fix-python-scripts.sh'
    'stack-install-tools.sh'
    'create-arch-ros-package-legacy.sh'
    'PKGBUILD.rostemplate'
    'get_stack_dependencies.py'
    'generate_packages_makefile.py'
    'generate-python-patch.sh'
    'import_catkin_packages.py'
    'clear-ros-env.sh')

build() {
	return 0
}
package() {
    mkdir -p ${pkgdir}${pkg_destination_dir}
    for file in "${source[@]}"; do
        cp $file ${pkgdir}${pkg_destination_dir}/$file
    done
}

md5sums=('8b2e864de97e97298ebfb8da471f2df1'
         '79ae7fb600e116623a42631d15d66a87'
         'ac82eca7efc9f0ff7e8b976a83692868'
         'f3378832c3ba121f7c9e17dc43c8b1d4'
         'd257f7f20384e894b0431ee61068aa96'
         '563c9d1320a3a997db25d3087303dcfb'
         '8d6d7eb89a12c449497b209f1a06655b'
         '39d8cf11d84e172048bbefd79b71e33c'
         '07f5253eb3f8cb5295c32026a20ab6c0')