summaryrefslogtreecommitdiff
path: root/pcr/python2-empy
diff options
context:
space:
mode:
authoraurelien <aurelien@cwb.io>2012-11-20 17:05:20 +0100
committeraurelien <aurelien@cwb.io>2012-11-20 17:05:20 +0100
commita9ef0f056d0fca5ed39c6e0e8dfec8a218ed8671 (patch)
treebedf53b85b0d0b6784e549786a98e7cb76474697 /pcr/python2-empy
parente39e3bd9c06df33666bad51d7ffee889d44c8eef (diff)
+ bison++ log4cxx mediatomb perl-file-find-rule perl-num
ber-compare perl-text-glob python2-empy python2-rospkg rosinstall vcstools
Diffstat (limited to 'pcr/python2-empy')
-rw-r--r--pcr/python2-empy/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/python2-empy/PKGBUILD b/pcr/python2-empy/PKGBUILD
new file mode 100644
index 000000000..3c4cd7bee
--- /dev/null
+++ b/pcr/python2-empy/PKGBUILD
@@ -0,0 +1,20 @@
+# Contributor: Andrew Conkling <andrewski@fr.st>
+# Contributor: hauptmech <hauptmech@gmail.com>
+# Maintainer : Parabola GNU / LInux-libre Aurelien Desbrieres <aurelien@cwb.io>
+
+pkgname=python2-empy
+realname=empy
+pkgver=3.3
+pkgrel=2
+pkgdesc="A powerful and robust templating system for Python."
+arch=(i686 x86_64)
+url="http://www.alcyone.com/software/empy"
+depends=('python2')
+license=('LGPL')
+source=("http://www.alcyone.com/software/empy/empy-$pkgver.tar.gz")
+
+build() {
+ cd $startdir/src/empy-$pkgver
+ python2 setup.py install --prefix=$startdir/pkg/usr
+}
+