From: Michael Tremer Date: Wed, 29 Apr 2009 19:29:50 +0000 (+0200) Subject: Updated python-parted. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165e224570d884977ead0bedec1584f8867f1da9;p=ipfire-3.x.git Updated python-parted. --- diff --git a/lfs/python-parted b/lfs/python-parted index 4041240f5..a66991cbe 100644 --- a/lfs/python-parted +++ b/lfs/python-parted @@ -25,10 +25,10 @@ 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) diff --git a/src/rootfiles/core/python-parted b/src/rootfiles/core/python-parted index 6d32ad8c8..0da2d7550 100644 --- a/src/rootfiles/core/python-parted +++ b/src/rootfiles/core/python-parted @@ -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