the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: minicom
Version: 2.1
Revision: 13
Recommends: lrzsz
Source: mirror:debian:pool/main/m/%n/%n_%v.orig.tar.gz
SourceDirectory: %n-%v
Source-MD5: 1c8f3b247c38fb16c3c2170df9fc102a
BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, libiconv-dev, libncurses5
Depends: libgettext3-shlibs, libiconv, libncurses5-shlibs
PatchScript: <<
perl -pi -e 's/(if test) -d (\$UUCPLOCK)/\1 -n "\2"/' configure
perl -pi -e 's/(if test) -c (\$DFL_PORT)/\1 -n "\2"/' configure
perl -pi -e 's/getopt.h//g' lib/Makefile.in
rm lib/getopt.h
perl -pi -e 's/BC/BC_/g' src/window.c
<<
ConfigureParams: --enable-lock-dir=%p/var/run/%n --enable-dfl-port=/dev/tty.modem --mandir='${prefix}/share/man' --infodir='${prefix}/share/info'
InstallScript: <<
%{default_script}
mkdir -p -m 1777 %i/var/run/%n
mkdir -p -m 0755 %i/etc
install -m 644 doc/minirc.dfl %i/etc
<<
DocFiles: ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README
ConfFiles: %p/etc/minirc.dfl
Description: Serial communication program
DescDetail: <<
Minicom is a serial communication program. It is a Unix clone of the
well-known MS-DOS Telix program. It has ANSI color, a dialing directory,
dial-a-list, and a scripting language.
<<
DescPackaging: <<
Patch configure to avoid checking the existence of some locations
that are only needed at runtime (otherwise configure overrides the
--enable flags with incorrect defaults).
Patch lib to avoid mixing included getopt.h with system's getopt.
Patch window.c to avoid symbol collision (static vs non-static).
<<
License: GPL
Maintainer: Chris Zubrzycki
Homepage: http://alioth.debian.org/projects/minicom/