[arch-commits] CVS update of extra/x11/python-vpython (PKGBUILD)

Kevin Piche kevin at archlinux.org
Wed May 23 03:30:25 UTC 2007


    Date: Tuesday, May 22, 2007 @ 23:30:25
  Author: kevin
    Path: /home/cvs-extra/extra/x11/python-vpython

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: python-vpython 3.2.9-3
Recompile for boost 1.34.0
Added license field


----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)


Index: extra/x11/python-vpython/PKGBUILD
diff -u extra/x11/python-vpython/PKGBUILD:1.9 extra/x11/python-vpython/PKGBUILD:1.10
--- extra/x11/python-vpython/PKGBUILD:1.9	Sun Mar  4 04:06:10 2007
+++ extra/x11/python-vpython/PKGBUILD	Tue May 22 23:30:25 2007
@@ -1,13 +1,15 @@
-# $Id: PKGBUILD,v 1.9 2007/03/04 09:06:10 simo Exp $
+# $Id: PKGBUILD,v 1.10 2007/05/23 03:30:25 kevin Exp $
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 # Contributor: Comete <la_comete at tiscali.fr>
 pkgname=python-vpython
 pkgver=3.2.9
-pkgrel=2
-pkgdesc="A Python module that  offers real-time 3D output, and is easily usable by novice programmers"
+pkgrel=3
+pkgdesc="A Python module that offers real-time 3D output, and is easily usable by novice programmers"
 arch=(i686 x86_64)
 url="http://www.vpython.org"
-depends=('gtk' 'python' 'gtkglarea' 'pkgconfig' 'python-numeric' 'boost' 'tk')
+depends=('gtk' 'python' 'gtkglarea' 'pkgconfig' 'python-numeric'
+'boost>=1.34.0' 'tk')
+license=('custom')
 source=(http://vpython.org/download/visual-$pkgver.tar.bz2 'idlepath.patch')
 md5sums=('58e46ecb628a4fdbb5c58540b6cbede1' '5739f4792c2594cfd5d2862025b6eedc')
 replaces=(vpython)
@@ -22,4 +24,7 @@
   mkdir -p $startdir/pkg${pythondir}
   mkdir -p $startdir/pkg/usr/bin
   make DESTDIR=$startdir/pkg install
+  # license
+  install -D -m644 license.txt \
+                   $startdir/pkg/usr/share/licenses/$pkgname/license.txt
 }




More information about the arch-commits mailing list