diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 00:12:28 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 00:12:28 -0200 |
commit | b354a1f61393c7ec251ed2127a30a4e59facf95e (patch) | |
tree | c250b9aeaac1adb3d73c439582461bd5bafe4eb1 /pcr/python2-empy | |
parent | 14c7fb9a0df7f551b634e88cae88ca67cf3ab879 (diff) | |
parent | 5d8975d8907023d095a33cb34684804309cd9487 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/python2-empy')
-rw-r--r-- | pcr/python2-empy/PKGBUILD | 20 |
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 +} + |