updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / python-durus / PKGBUILD
blob070b11790e1d251c72de6fc946a4eabf76c9101b
1 # Contributor: Richard Murri <admin@richardmurri.com>
3 pkgname=python-durus
4 pkgver=3.9
5 pkgrel=1
6 pkgdesc="a persistent object system for applications written in the Python programming language"
7 arch=(any)
8 url="http://www.mems-exchange.org/software/durus/"
9 license=(custom)
10 depends=('python')
11 makedepends=()
12 options=(!emptydirs)
13 source=(http://www.mems-exchange.org/software/durus/Durus-${pkgver}.tar.gz)
14 md5sums=('a432b65bc9fdc24f80f768022d9a3c04')
16 build() {
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