cdlabelgen _unstable_ port information

Package: cdlabelgen
Version: 3.6.0
Revision: 1
Source: http://www.aczoom.com/pub/tools/%n-%v.tgz
Source-MD5: 6867ad98ec198de3fcf24ffd11525f8c
Maintainer: Michael Prentice
HomePage: http://www.aczoom.com/tools/cdinsert/
License: BSD
Description: Create CD/DVD jewel case inserts
DescDetail: <<
cdlabelgen is a Perl script that generates printouts suitable for use as CD/DVD
labels, jewel case inserts, or envelopes. Both normal sized cases and slim
cases are handled. cdlabelgen can be used to create table of contents for music
CDs, archival CDs, DVDs, etc., with customizable logos or background images,
and it generates PostScript files as output. The package also includes a Perl
CGI Web script which accepts JPEG images as logos or backgrounds, and can also
create PDF output files.
<<
DocFiles: cdlabelgen.html cdlabelgen.pod ChangeLog INSTALL INSTALL.WEB README
PatchScript: <<
echo "Patching variable @where_is_the_template"
awk "{ print } /@where_is_the_template = \($/ { print \" '%p/share/cdlabelgen/',\" }" cdlabelgen > cdlabelgen-mod
mv cdlabelgen-mod cdlabelgen
<<
CompileScript: echo "Nothing to compile"
InstallScript: <<
echo "Running install script"
mkdir -p %i/share/man/man1
make install BASE_DIR=%i MAN_DIR=%i/share/man LIB_DIR=%i/share/cdlabelgen
cp cdinsert.pl %i/share/cdlabelgen
<<