the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: ccfe
Version: 1.52
Revision: 1
Type: perl (5.10.0)
Source: http://ccfe.altervista.org/dnload/dnload.php?fname=%n-%v.tar.gz
SourceRename: %n-%v.tar.gz
Source-MD5: ff41567755a059b4b0e53a31a58a54d2
Depends: <<
perl%type_pkg[perl]-core,
curses-pm%type_pkg[perl]
<<
PatchScript: <<
#!/bin/sh -ev
export FULLPERL=`perl -e 'print $ARGV[0]=~/PERL="(.*?)"/' '%c'`
perl -pi -e "s,#!/usr/bin/env perl,#!$FULLPERL," ccfe.pl
<<
CompileScript: #
InstallScript: <<
#!/bin/sh -ev
./install.sh -b -p %i -m %i/share/%n -o %i/var/log -a %i/share/man -d %i/share/%n
pushd %i
find . -type f | xargs perl -pi -e 's,%d,,g'
popd
rm %i/lib/ccfe/ccfe.menu
rm %i/lib/ccfe/it_works.txt
<<
NoPerlTests: true
DocFiles: AUTHORS BUGS COPYING ChangeLog README
DescDetail: <<
CCFE is a simple tool to quickly supply an interactive screen-oriented
interface to command line scripts and commands: it prompts users for
the informations needed to run them, and can be programmed with your
preferred shell to provide predefined selections and/or run-time
defaults.
<<
Description: Curses Command Front-End
Homepage: http://ccfe.altervista.org
License: GPL
Maintainer: Daniel Macks
<<