summaryrefslogtreecommitdiff
path: root/pcr/python2-vcstools
diff options
context:
space:
mode:
authorAurélien DESBRIÈRES <aurelien@hackers.camp>2014-06-05 18:21:14 +0200
committerAurélien DESBRIÈRES <aurelien@hackers.camp>2014-06-05 18:21:14 +0200
commit959757ededada0e12a1dcc328520625b60ff6e60 (patch)
tree1fe3fe3f215c84ef443172ed3294c5f70a730ff5 /pcr/python2-vcstools
parentba02ef204e8724e511c63426301a86965b474fd4 (diff)
python2-vcstools
Diffstat (limited to 'pcr/python2-vcstools')
-rw-r--r--pcr/python2-vcstools/PKGBUILD34
1 files changed, 34 insertions, 0 deletions
diff --git a/pcr/python2-vcstools/PKGBUILD b/pcr/python2-vcstools/PKGBUILD
new file mode 100644
index 000000000..19581f3f1
--- /dev/null
+++ b/pcr/python2-vcstools/PKGBUILD
@@ -0,0 +1,34 @@
+# Contributor (Arch) : Georg Bremer <pkgbuild@dschoordsch.de>
+# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
+
+pkgname='python2-vcstools'
+pkgver=0.1.33
+pkgrel=1
+pkgdesc=""
+arch=('any')
+url="http://ros.org/"
+license=('BSD')
+groups=()
+depends=('python2' 'python2-yaml')
+makedepends=('python2-setuptools')
+optdepends=()
+provides=()
+conflicts=('vcstools')
+replaces=('vcstools')
+backup=()
+options=()
+install=
+source=("http://download.ros.org/downloads/vcstools/vcstools-$pkgver.tar.gz")
+
+
+noextract=()
+
+build() {
+ echo ""
+}
+
+package() {
+ cd "$srcdir/vcstools-$pkgver"
+ python2 setup.py install --root "$pkgdir"
+}
+# vim:set ts=2 sw=2 et: