]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated python-parted.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 19:29:50 +0000 (21:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 30 Jul 2009 18:27:03 +0000 (20:27 +0200)
lfs/python-parted
src/rootfiles/core/python-parted

index 4041240f531cbab31e76460e70c9255d6d27040e..a66991cbe4a90b6b7bd44928689c919977fba16d 100644 (file)
 include Config
 
 PKG_NAME   = pyparted
-PKG_VER    = 1.8.9
+PKG_VER    = 2.0.10
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.bz2
+DL_FILE    = $(THISAPP).tar.gz
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -64,11 +64,13 @@ $(objects):
 
 $(OBJECT): $(objects)
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
-
-       cd $(DIR_APP) && PYTHONHOME=/usr \
-               make all install \
-               libdir=/usr/lib/python2.6/site-packages
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr \
+       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+       cd $(DIR_APP) && make install
 
        $(PYTHON_COMPILE)
 
index 6d32ad8c8fe5585698166044282e5238a1060422..0da2d7550f72b26c800df1ae59487d3548336131 100644 (file)
@@ -1 +1,30 @@
-usr/lib/python2.6/site-packages/partedmodule.so
+#usr/lib/python2.6/site-packages/_pedmodule.la
+usr/lib/python2.6/site-packages/_pedmodule.so
+usr/lib/python2.6/site-packages/parted
+usr/lib/python2.6/site-packages/parted/__init__.py
+usr/lib/python2.6/site-packages/parted/__init__.pyc
+usr/lib/python2.6/site-packages/parted/__init__.pyo
+usr/lib/python2.6/site-packages/parted/alignment.py
+usr/lib/python2.6/site-packages/parted/alignment.pyc
+usr/lib/python2.6/site-packages/parted/alignment.pyo
+usr/lib/python2.6/site-packages/parted/cachedlist.py
+usr/lib/python2.6/site-packages/parted/cachedlist.pyc
+usr/lib/python2.6/site-packages/parted/cachedlist.pyo
+usr/lib/python2.6/site-packages/parted/constraint.py
+usr/lib/python2.6/site-packages/parted/constraint.pyc
+usr/lib/python2.6/site-packages/parted/constraint.pyo
+usr/lib/python2.6/site-packages/parted/device.py
+usr/lib/python2.6/site-packages/parted/device.pyc
+usr/lib/python2.6/site-packages/parted/device.pyo
+usr/lib/python2.6/site-packages/parted/disk.py
+usr/lib/python2.6/site-packages/parted/disk.pyc
+usr/lib/python2.6/site-packages/parted/disk.pyo
+usr/lib/python2.6/site-packages/parted/filesystem.py
+usr/lib/python2.6/site-packages/parted/filesystem.pyc
+usr/lib/python2.6/site-packages/parted/filesystem.pyo
+usr/lib/python2.6/site-packages/parted/geometry.py
+usr/lib/python2.6/site-packages/parted/geometry.pyc
+usr/lib/python2.6/site-packages/parted/geometry.pyo
+usr/lib/python2.6/site-packages/parted/partition.py
+usr/lib/python2.6/site-packages/parted/partition.pyc
+usr/lib/python2.6/site-packages/parted/partition.pyo