Package: unsermake Version: 0.3 Revision: 0.20040815.1 Description: automake replacement License: GPL Maintainer: Benjamin Reed CustomMirror: << 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-%v-20040815.tar.bz2 Source-MD5: acad92e80650daa06c52bc6be15e4f76 SourceDirectory: %n CompileScript: echo "nothing to do" InstallScript: << #!/bin/sh -ex install -d -m 755 %i/share/unsermake install -m 755 unsermake %i/share/unsermake/ install -m 644 *.um *.py %i/share/unsermake/ install -d -m 755 %i/bin cat <%i/bin/unsermake #!/bin/sh export UNSERMAKE="%p/share/unsermake/unsermake" "%p/share/unsermake/unsermake" "\$@" END chmod 755 "%i/bin/unsermake" << DocFiles: README TODO doc/*.* Homepage: http://www.kde.me.uk/index.php?page=unsermake DescDetail: << Unsermake is an automake replacement from the KDE project. <<