1 # Maintainer: fauno <fauno@kiwwwi.com.ar>
6 pkgdesc="Django application to assist in releasing Django projects under the GNU Affero General Public License."
8 url="http://www.chris-lamb.co.uk/projects/django-agpl/"
11 source=("http://chris-lamb.co.uk/releases/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
14 cd "${startdir}/src/${pkgname}"
15 python2 setup.py build || return 1
16 python2 setup.py install --prefix=/usr --root="${pkgdir}" || return 1
17 install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" || return 1
19 md5sums=('0e51a1241047f081880a6774530b84ba')