Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv26186

Added Files:
        macholib-py.info 
Log Message:
macholib-py: new upstream release, py27, lion

--- NEW FILE: macholib-py.info ---
Info2: <<
Package: macholib-py%type_pkg[python]
Version: 1.4.2
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
Type: python (2.3 2.4 2.5 2.6 2.7)
Source: 
http://cheeseshop.python.org/packages/source/m/macholib/macholib-%v.tar.gz
Source-MD5: 2bd35d87ba6782f00633836105aeb798
Depends: <<
  python%type_pkg[python], distribute-py%type_pkg[python],
  altgraph-py%type_pkg[python]
<<
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
python%type_raw[python] setup.py install --prefix %p --root %d
mv %i/bin/macho_find %i/bin/macho_find-py%type_pkg[python]
mv %i/bin/macho_standalone %i/bin/macho_standalone-py%type_pkg[python]
<<
PostInstScript: <<
  update-alternatives --install %p/bin/macho_find macho_find 
%p/bin/macho_find-py%type_pkg[python] %type_pkg[python]
  update-alternatives --install %p/bin/macho_standalone macho_standalone 
%p/bin/macho_standalone-py%type_pkg[python] %type_pkg[python]
<<
PreRmScript: <<
  if [ $1 != "upgrade" ]
  then
    update-alternatives --remove macho_find 
%p/bin/macho_find-py%type_pkg[python]
    update-alternatives --remove macho_standalone 
%p/bin/macho_standalone-py%type_pkg[python]
  fi
<<
Description: Mach-O header analysis and editing
DescDetail: <<
macholib can be used to analyze and edit Mach-O headers, the
executable format used by Mac OS X.

It's typically used as a dependency analysis tool, and also to rewrite
dylib references in Mach-O headers to be @executable_path relative.

Though this tool targets a platform specific file format, it is pure
python code that is platform and endian independent.
<<
License: BSD
Homepage: http://undefined.org/python/#macholib
Maintainer: Brendan Cully <[email protected]>
<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to