1 # Contributor: Pierre Chapuis <catwell@archlinux.us>
2 # Maintainer: Loren Copeland <thisisquitealongname@gmail.com>
7 pkgdesc="Python weblog software"
9 url="http://zine.pocoo.org/"
11 depends=('python2' 'python2-werkzeug' 'python-jinja2' 'python2-sqlalchemy-0.5'
12 'python-simplejson' 'python2-html5lib' 'python2-pytz' 'python-babel' 'python-lxml')
13 optdepends=('python-flup' 'fcgi')
14 source=("http://zine.pocoo.org/releases/Zine-$pkgver.tar.gz"
16 md5sums=('ba1f08a2093f42c79e81fff25e5ef17c'
17 'eadfb7db60a76d55d6f25230ce35cf08')
21 cp -f configure $srcdir/Zine-$pkgver/configure
23 ./configure --prefix=/usr --python=/usr/bin/python2.7 || return 1
24 DESTDIR=$pkgdir make install || return 1
25 install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt