summaryrefslogtreecommitdiff
path: root/pcr/rosinstall/PKGBUILD
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/rosinstall/PKGBUILD
parent003dcbe501634144f128c783ea8758e6f62ace39 (diff)
python2-rosinstall-0.7.5-1: updating version
Diffstat (limited to 'pcr/rosinstall/PKGBUILD')
-rw-r--r--pcr/rosinstall/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/rosinstall/PKGBUILD b/pcr/rosinstall/PKGBUILD
deleted file mode 100644
index e171ad506..000000000
--- a/pcr/rosinstall/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer (Arch) : Georg Bremer <pkgbuild@dschoordsch.de>
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgdesc='Tool to download/boostrap the ROS stack'
-url='http://www.ros.org/'
-
-pkgname='rosinstall'
-pkgver='0.7.3'
-pkgrel='1'
-arch=('i686' 'x86_64' 'mips64el')
-license=('BSD')
-depends=('python2' 'cmake' 'wget' 'python2-vcstools'
- 'git' 'python2-distribute' 'python2-yaml' 'python2-wstool')
-optdepends=('python2-catkin_pkg: for roslocate'
-'python2-rosdistro: for roslocate')
-source=("http://download.ros.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz")
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's/env python /env python2 /' src/rosinstall/setupfiles.py
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- python2 setup.py install --root=$pkgdir --optimize=1
-}