the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: unsermake
Version: 0.4
Revision: 0.20070824.2
Description: Replacement for automake
License: GPL
Maintainer: Benjamin Reed
CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-20070824.tar.bz2
Source-MD5: b794f83bdc3f6205d1fd731da4e96d89
SourceDirectory: %n
CompileScript: echo "nothing to do"
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/share/unsermake
install -d -m 755 %i/bin
install -m 644 *.um *.py %i/share/unsermake/
install -m 755 unsermake %i/share/unsermake/
perl -pi -e 's,exec python,exec /usr/bin/python,' %i/share/unsermake/unsermake
ln -sf %p/share/unsermake/unsermake %i/bin/unsermake
/usr/bin/python -c 'import compileall; compileall.compile_dir("%i/share/unsermake",10,"%p/share/unsermake")'
<<
DocFiles: COPYING README TODO
Homepage: http://www.kde.me.uk/index.php?page=unsermake
DescDetail: <<
Unsermake is an automake replacement from the KDE project.
<<