diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-10 00:19:00 (GMT) |
commit | 5ab2c2d585290fb77dfc8d3670361df2fdc11c62 (patch) | |
tree | 58fc24f3a355bff701d6e93ba8011e9d1764f7b9 /abs/extra/community/python-mako | |
parent | 4592612b015ff899ef52f33d96b52b5c60587ebb (diff) | |
download | linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.zip linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.gz linhes_pkgbuild-5ab2c2d585290fb77dfc8d3670361df2fdc11c62.tar.bz2 |
A whole lotta housekeeping
Diffstat (limited to 'abs/extra/community/python-mako')
-rw-r--r-- | abs/extra/community/python-mako/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/extra/community/python-mako/PKGBUILD b/abs/extra/community/python-mako/PKGBUILD deleted file mode 100644 index 8d68c9b..0000000 --- a/abs/extra/community/python-mako/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 87883 2010-08-18 15:32:33Z ibiru $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> -# Contributor: Roberto Alsina <ralsina@kde.org> -pkgname=python-mako -pkgver=0.3.4 -pkgrel=4 -pkgdesc="Hyperfast and lightweight templating for the Python platform." -arch=('any') -url="http://www.makotemplates.org/" -license=('custom') -depends=('python2' 'python-markupsafe>=0.9.2' 'python-beaker>=1.5.4') -makedepends=('setuptools') -source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz) -md5sums=('2ae56ccc6c9b5c4e2e67f42b69475009') - -build() { - cd "$srcdir/Mako-$pkgver" - python2 setup.py install --root="$pkgdir" --optimize=1 || return 1 - install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING" || return 1 -} - |