mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
26 lines
632 B
Bash
26 lines
632 B
Bash
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
|
|
|
pkgname=pivy-hg
|
|
pkgver=20130602
|
|
pkgrel=1
|
|
pkgdesc="Coin binding for Python."
|
|
arch=('x86_64')
|
|
url="http://pivy.coin3d.org"
|
|
license=('BSD')
|
|
depends=('python2' 'soqt')
|
|
makedepends=('swig1')
|
|
provides=('pivy')
|
|
conflicts=('pivy')
|
|
_pivyrev=8eab90908f2a
|
|
source=("http://pivy.sourcearchive.com/downloads/0.5.0~v609hg-2/pivy_0.5.0~v609hg.orig.tar.bz2")
|
|
md5sums=('61cc9877c4ac369736540040c3d1cac8')
|
|
|
|
package() {
|
|
cd $srcdir/default-$_pivyrev
|
|
|
|
python2 setup.py install \
|
|
--root=$pkgdir
|
|
|
|
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
|
|
}
|