summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 752ea70042260ab15984d2a4b3f8f8dfc828ff0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Automatically generated by pip2arch on 2014-06-09

pkgname=python-rosdistro
pkgver=0.4.7
pkgrel=1
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
depends=('python')
makedepends=('python' 'python-setuptools')
license=('BSD, MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/r/rosdistro/rosdistro-$pkgver.tar.gz")
sha256sums=('f44757336bcee4089f6f6d570248e7c4e09eebfe5238d6ae60d8bd35361eedc4')
conflicts=(python2-rosdistro)

build() {
  cd $srcdir/rosdistro-$pkgver
  python setup.py build
}

package() {
  cd $srcdir/rosdistro-$pkgver
  python setup.py install --root="$pkgdir" --optimize=1
}