[arch-commits] CVS update of extra/lib/python-egenix-mx-base (PKGBUILD)

Damir Perisa damir at archlinux.org
Tue Jul 17 01:11:27 UTC 2007


    Date: Monday, July 16, 2007 @ 21:11:27
  Author: damir
    Path: /home/cvs-extra/extra/lib/python-egenix-mx-base

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: python-egenix-mx-base 3.0.0-1


----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


Index: extra/lib/python-egenix-mx-base/PKGBUILD
diff -u extra/lib/python-egenix-mx-base/PKGBUILD:1.6 extra/lib/python-egenix-mx-base/PKGBUILD:1.7
--- extra/lib/python-egenix-mx-base/PKGBUILD:1.6	Sun Feb 25 18:11:51 2007
+++ extra/lib/python-egenix-mx-base/PKGBUILD	Mon Jul 16 21:11:27 2007
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD,v 1.6 2007/02/25 23:11:51 jason Exp $
+# $Id: PKGBUILD,v 1.7 2007/07/17 01:11:27 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
+
 pkgname=python-egenix-mx-base
 origname=egenix-mx-base
-pkgver=2.0.6
-pkgrel=3
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A collection of professional quality Python software tools which enhance Python's usability in many important areas - Open Source parts of the eGenix.com mx Extension series"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+license=('custom')
 url="http://www.egenix.com/files/python"
 depends=('python>=2.5')
 replaces=('egenix-mx-base')
 provides=('egenix-mx-base')
-# eGenix.com Public License
-source=($url/$origname-$pkgver.tar.gz)
-md5sums=('66841151728a06f92d0b8dd2ed317a29')
+source=("http://downloads.egenix.com/python/${origname}-${pkgver}.tar.gz")
 
 build() {
   cd $startdir/src/$origname-$pkgver
   BASECFLAGS=$BASECFLAGS" -DNDEBUG -O0 -Wall -Wstrict-prototypes "
   python setup.py install --root=$startdir/pkg
+  install -D -m644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
 
+md5sums=('e4d388137900b2e7f29b5a113b2a0b5b')




More information about the arch-commits mailing list