summaryrefslogtreecommitdiff
path: root/pcr/python2-rospkg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python2-rospkg/PKGBUILD')
-rw-r--r--pcr/python2-rospkg/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/pcr/python2-rospkg/PKGBUILD b/pcr/python2-rospkg/PKGBUILD
deleted file mode 100644
index cf6116ba0..000000000
--- a/pcr/python2-rospkg/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Somebody <somebody[at]foo[dot]tld>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-_name=rospkg
-pkgname=python2-rospkg
-pkgver=1.0.15
-pkgrel=1
-pkgdesc="provides basic utilities for querying information about ROS packages, stacks, and distributions."
-url="http://ros.org/doc/api/rospkg/html/python_api.html"
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('python2')
-optdepends=()
-makedepends=('python2-distribute')
-conflicts=()
-replaces=()
-backup=()
-source=(http://pr.willowgarage.com/downloads/${_name}/${_name}-${pkgver}.tar.gz)
-
-build() {
- cd ${srcdir}/${_name}-${pkgver}
- find -type f -print0 | xargs -0 sed -i -e 's/#!\/usr\/bin\/env python/#!\/usr\/bin\/env python2/g'
- python2 setup.py install --root="${pkgdir}" --optimize=1 || return 1
-}