[arch-commits] Commit in (4 files)
Ionut Biru
ibiru at archlinux.org
Mon Jan 11 19:11:47 UTC 2010
Date: Monday, January 11, 2010 @ 14:11:46
Author: ibiru
Revision: 62757
initial upload. needed for deluge 1.2.0
Added:
python-mako/
python-mako/repos/
python-mako/trunk/
python-mako/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Added: python-mako/trunk/PKGBUILD
===================================================================
--- python-mako/trunk/PKGBUILD (rev 0)
+++ python-mako/trunk/PKGBUILD 2010-01-11 19:11:46 UTC (rev 62757)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer : Ionut Biru <ionut at archlinux.ro>
+# Contributor: Roberto Alsina <ralsina at kde.org>
+pkgname=python-mako
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python platform."
+arch=('any')
+url="http://www.makotemplates.org/"
+license=('custom')
+depends=('python>=2.6')
+makedepends=('setuptools')
+source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz)
+md5sums=('d8ca783630dc5e93970a2075532fa643')
+
+build() {
+ cd "$srcdir/Mako-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1 || return 1
+ install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING" || return 1
+}
Property changes on: python-mako/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
More information about the arch-commits
mailing list