diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 14:59:54 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 14:59:54 -0200 |
commit | e8b48097dda2989e21339d911126a523a1c88156 (patch) | |
tree | 81ec82965658c85424ce0c651de98eefa73dab5b /pcr/python2-relatorio/PKGBUILD | |
parent | c7c97acfa81072f1a9f05a67b2408afd4a15b9a7 (diff) | |
parent | 95f573b1ef312568fd101511250475aa38e6270a (diff) | |
download | abslibre-e8b48097dda2989e21339d911126a523a1c88156.tar.gz abslibre-e8b48097dda2989e21339d911126a523a1c88156.tar.bz2 abslibre-e8b48097dda2989e21339d911126a523a1c88156.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/python2-relatorio/PKGBUILD')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD new file mode 100644 index 000000000..497a50920 --- /dev/null +++ b/pcr/python2-relatorio/PKGBUILD @@ -0,0 +1,21 @@ +# Contributor: Florian Walch <florian.walch@gmx.at> +# Maintainer: Thomas Bahn <Thomas-Bahn@gmx.net> +pkgname=python2-relatorio +pkgver=0.5.6 +pkgrel=2 +pkgdesc="A templating library able to output odt and pdf files" +arch=('i686' 'x86_64' 'mips64el') +url="http://relatorio.openhex.org" +license=('GPL') +depends=('python2-genshi>=0.5' 'python2-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') |