1 # Contributor: Jonathan Liu <net147@gmail.com>
5 pkgdesc="The webshop for perfectionists with deadlines"
7 url="http://www.satchmoproject.com/"
9 depends=('python' 'django')
10 source=("http://www.satchmoproject.com/snapshots/$pkgname-$pkgver.tar.gz")
11 md5sums=('3e7f13edfc717d88f754f475182072d6')
14 cd "$srcdir/$pkgname-$pkgver"
15 python setup.py build || return 1
16 python setup.py install --root=$pkgdir --optimize=1 || return 1
17 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
20 # vim:set ts=2 sw=2 et: