diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-10 18:27:19 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-06-10 18:27:19 -0300 |
commit | 144fd0584bef03781a60b0cb04645e922b4c66c3 (patch) | |
tree | 47a3a39ee139d967d513e36d26d49c49cf116b8a /social/python-relatorio | |
parent | 304bc200d77e78c869d97d11b731991a9b7b8c09 (diff) | |
download | abslibre-144fd0584bef03781a60b0cb04645e922b4c66c3.tar.gz abslibre-144fd0584bef03781a60b0cb04645e922b4c66c3.tar.bz2 abslibre-144fd0584bef03781a60b0cb04645e922b4c66c3.zip |
gnuhealth: new package and packages dependencies
Diffstat (limited to 'social/python-relatorio')
-rw-r--r-- | social/python-relatorio/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/social/python-relatorio/PKGBUILD b/social/python-relatorio/PKGBUILD new file mode 100644 index 000000000..6255eeee5 --- /dev/null +++ b/social/python-relatorio/PKGBUILD @@ -0,0 +1,21 @@ +# Contributor: Florian Walch <florian.walch@gmx.at> +# Maintainer: Thomas Bahn <Thomas-Bahn@gmx.net> +pkgname=python-relatorio +pkgver=0.5.6 +pkgrel=1 +pkgdesc="A templating library able to output odt and pdf files" +arch=('i686' 'x86_64') +url="http://relatorio.openhex.org" +license=('GPL') +depends=('python-genshi>=0.5' 'python-lxml>=1.3.6') +makedepends=('python2-distribute') +source=("http://pypi.python.org/packages/source/r/relatorio/relatorio-$pkgver.tar.gz") + +build() { + cd $srcdir/relatorio-$pkgver + chmod 644 relatorio.egg-info/* + python2 setup.py install --root=$pkgdir +} + + +md5sums=('944fb60fadaff451ab6ee8818de516ad') |