summaryrefslogtreecommitdiff
path: root/pcr/python2-rosinstall
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-22 15:47:55 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-22 15:48:07 +0100
commitf6bd8c6730af0a79862f66c9a9887e1a93eba28b (patch)
tree9340f4edd682a7749eebd4138952968a01caf576 /pcr/python2-rosinstall
parenta3c8089437a1033fc4531c714067bcd59bdac469 (diff)
pcr/python-rosinstall: moved from python2-rosinstall and updated
Diffstat (limited to 'pcr/python2-rosinstall')
-rw-r--r--pcr/python2-rosinstall/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/pcr/python2-rosinstall/PKGBUILD b/pcr/python2-rosinstall/PKGBUILD
deleted file mode 100644
index 940e3443d..000000000
--- a/pcr/python2-rosinstall/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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')