the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: po-debconf
Version: 0.8.23
Revision: 2
Depends: gettext-bin, intltool-debian
Source: mirror:debian:/pool/main/p/%n/%n_%v.tar.gz
Source-MD5: e7711e16eb97258e0800de4715b29c49
SourceDirectory: %n
PatchScript: perl -pi -e 's/\"\$encto\" \"\$f\" \-o \"\$tmpfile\"/\"\$encto\" \"\$f\" \> \"\$tmpfile\"/' po2debconf
CompileScript: <<
#!/bin/sh -ev
make prefix=%p
<<
InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/bin
mkdir -p %i/share/%n
mkdir -p %i/share/man/man1
mkdir -p %i/share/man/man7
install -m 0755 debconf2pot debconf-updatepo po2debconf debconf-gettextize %i/bin
install -m 0755 podebconf-display-po podebconf-report-po %i/bin
install -m 0644 encodings pot-header %i/share/%n
ln -s %p/bin/debconf-updatepo %i/bin/debconf2po-update
cp doc/*.1 doc/fr/*.fr.1 %i/share/man/man1
cp doc/*.7 doc/fr/*.fr.7 %i/share/man/man7
<<
DocFiles: README README-trans debian/README.Debian debian/changelog COPYING
Description: Gettext translation tools for Debconf
DescDetail: <<
This package is an alternative to debconf-utils and provide tools
to manage translated Debconf templates files with common gettext
utilities.
<<
License: GPL
Maintainer: Chris Zubrzycki
Homepage: http://packages.debian.org/unstable/devel/po-debconf.html