updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / typogrify / PKGBUILD
blob57a4da918260323a5eb06d822190cf10c0754ec0
1 # Contributor: Bartek Piech <bartekpiech@gmail.com>
2 pkgname=typogrify
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="Collection of Django template filters that help prettify your web typography."
6 url="http://code.google.com/p/typogrify/"
7 license=('BSD')
8 arch=(any)
9 depends=('python' 'django>=1.0')
10 source=(http://typogrify.googlecode.com/files/typogrify-${pkgver}.tar.gz)
11 md5sums=('f71231392cb382af6924e480620a9e8e')
13 build() {
14     cd ${srcdir}/${pkgname}-${pkgver}
15     python setup.py install --root=${pkgdir} --optimize=1 || return 1
16     install -Dm644 LICENSE.txt ${pkgdir}/usr/share/license/${pkgname}/LICENSE