summaryrefslogtreecommitdiff
path: root/pcr/python2-rosinstall
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 08:37:30 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 08:37:30 -0500
commit51dc41bdff478ce8e5f7fa1cb6539f4e59eb73a6 (patch)
tree442a73e0bf894ff97810406dfe0a8d527f2716df /pcr/python2-rosinstall
parent003dcbe501634144f128c783ea8758e6f62ace39 (diff)
python2-rosinstall-0.7.5-1: updating version
Diffstat (limited to 'pcr/python2-rosinstall')
-rw-r--r--pcr/python2-rosinstall/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/python2-rosinstall/PKGBUILD b/pcr/python2-rosinstall/PKGBUILD
new file mode 100644
index 000000000..940e3443d
--- /dev/null
+++ b/pcr/python2-rosinstall/PKGBUILD
@@ -0,0 +1,25 @@
+# Contributor (Arch) : Sean Greenslade <zootboysean @ gmail . com>
+# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
+
+pkgdesc='Tool to download/boostrap the ROS stack'
+url='http://www.ros.org/'
+
+pkgname='python2-rosinstall'
+pkgver='0.7.5'
+pkgrel='1'
+arch=('any')
+license=('BSD3')
+depends=('python2' 'cmake' 'python2-vcstools' 'python2-wstool'
+ 'python2-rosdistro' 'git' 'python2-yaml')
+makedepends=('python2-setuptools')
+source=("http://download.ros.org/downloads/rosinstall/rosinstall-$pkgver.tar.gz")
+
+build() {
+ cd "${srcdir}/rosinstall-${pkgver}"
+ sed -i 's/env python /env python2 /' src/rosinstall/setupfiles.py
+}
+package() {
+ cd "${srcdir}/rosinstall-${pkgver}"
+ python2 setup.py install --root=$pkgdir --optimize=1
+}
+md5sums=('7824a968e98f6ed79ddd0740c8fe5035')