1 # Contributor: Richard Murri <admin@richardmurri.com>
6 pkgdesc="a persistent object system for applications written in the Python programming language"
8 url="http://www.mems-exchange.org/software/durus/"
13 source=(http://www.mems-exchange.org/software/durus/Durus-${pkgver}.tar.gz)
14 md5sums=('a432b65bc9fdc24f80f768022d9a3c04')
17 cd "$srcdir/Durus-$pkgver"
18 python setup.py install --root=$pkgdir/ || return 1
20 # Remember to install licenses if the license is not a common license!
21 install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE