[arch-commits] Commit in cx_freeze/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Mon Jan 19 10:00:15 UTC 2009


    Date: Monday, January 19, 2009 @ 05:00:14
  Author: douglas
Revision: 24654

upgpkg: cx_freeze 4.0.1-1

Modified:
  cx_freeze/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-19 06:21:33 UTC (rev 24653)
+++ PKGBUILD	2009-01-19 10:00:14 UTC (rev 24654)
@@ -3,26 +3,26 @@
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
 pkgname=cx_freeze
-pkgver=3.0.3
-pkgrel=4
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="A set of utilities for freezing Python scripts into executables"
 arch=('i686' 'x86_64')
 url="http://www.python.net/crew/atuining/cx_Freeze/"
 license=('custom')
 depends=('python')
-source=(http://downloads.sourceforge.net/sourceforge/cx-freeze/cx_Freeze-$pkgver-source.tgz FreezePython.sh)
-md5sums=('8a8d99b020a7b650fb8f1f64f096c2cd' '5cc60d1644eba12a57c22cc1348a4afd')
-sha1sums=('63dc3afa5a05d31d616ce7441efb5cae3df574b3' '4c581fafbbdf63f136ffdf2da5e2ad04525647cb')
+source=(http://downloads.sourceforge.net/sourceforge/cx-freeze/cx_Freeze-$pkgver.tar.gz FreezePython.sh)
 
 build() {
   cd $startdir/src/cx_Freeze-$pkgver
-  python MakeFrozenBases.py
-  python FreezePython.py     --no-copy-deps FreezePython.py || return 1
 
+  python setup.py install --root $startdir/pkg
+
   install -d $startdir/pkg/usr/share/cx-freeze/{bases,initscripts}
-  install -m755 FreezePython $startdir/pkg/usr/share/cx-freeze/
-  install -m755 bases/* $startdir/pkg/usr/share/cx-freeze/bases
+  install -m755 source/bases/* $startdir/pkg/usr/share/cx-freeze/bases
   install -m644 initscripts/* $startdir/pkg/usr/share/cx-freeze/initscripts
   install -D -m644 LICENSE.txt $startdir/pkg/usr/share/licenses/cx_freeze/COPYING
-  install -D -m755 ../FreezePython.sh $startdir/pkg/usr/bin/FreezePython
 }
+
+
+md5sums=('7710576c0dfd986f45964dc1da1df8e6'
+         '5cc60d1644eba12a57c22cc1348a4afd')




More information about the arch-commits mailing list