Date: Saturday, February 2, 2013 @ 14:30:16
  Author: mtorromeo
Revision: 83525

archrelease: copy trunk to community-any

Added:
  python2-meld3/repos/community-any/PKGBUILD
    (from rev 83524, python2-meld3/trunk/PKGBUILD)
Deleted:
  python2-meld3/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++++++++--------------------
 1 file changed, 25 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-02 13:26:59 UTC (rev 83524)
+++ PKGBUILD    2013-02-02 13:30:16 UTC (rev 83525)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <[email protected]>
-# Contributor: Daniele Paolella <[email protected]>
-
-pkgname=python2-meld3
-pkgver=0.6.10
-pkgrel=1
-pkgdesc="An HTML/XML templating engine"
-arch=('any')
-url="http://www.plope.com/software/meld3/";
-license=('ZPL')
-depends=('python2')
-source=("http://pypi.python.org/packages/source/m/meld3/meld3-$pkgver.tar.gz";)
-
-build() {
-       cd "$srcdir/meld3-$pkgver"
-       python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha256sums=('6642f2444f3527a9338104edc2d1b420ba5a770b578063f729530d1f2f01a271')

Copied: python2-meld3/repos/community-any/PKGBUILD (from rev 83524, 
python2-meld3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-02-02 13:30:16 UTC (rev 83525)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <[email protected]>
+# Contributor: Daniele Paolella <[email protected]>
+
+pkgname=python2-meld3
+pkgver=0.6.10
+pkgrel=2
+pkgdesc="An HTML/XML templating engine"
+arch=('any')
+url="http://www.plope.com/software/meld3/";
+license=('ZPL')
+depends=('python2')
+source=("http://pypi.python.org/packages/source/m/meld3/meld3-$pkgver.tar.gz";)
+
+build() {
+    cd "$srcdir/meld3-$pkgver"
+    python2 setup.py build
+}
+
+package() {
+    cd "$srcdir/meld3-$pkgver"
+    python2 setup.py install -O1 --skip-build --prefix=/usr --root="$pkgdir"
+}
+
+sha256sums=('6642f2444f3527a9338104edc2d1b420ba5a770b578063f729530d1f2f01a271')

Reply via email to