mmv stable port information

Package: mmv
Version: 1.01b
Revision: 1
Maintainer: Bruno De Fraine
HomePage: http://packages.qa.debian.org/m/mmv.html
License: Restrictive/Distributable
#Depends:
#BuildDepends:
Description: Move/Copy/Append/Link multiple files
DescDetail: <<
mmv is a program to move/copy/append/link multiple files according to a set
of wildcard patterns. This multiple action is performed safely, i.e. without
any unexpected deletion of files due to collisions of target names with
existing filenames or with other target names.
<<
Source: mirror:debian:pool/main/m/%n/%n_%v.orig.tar.gz
Source-MD5: 1b2135ab2f17bdfa9e08debbb3c46ad8
SourceDirectory: %n-%v.orig
# The -14 is Debian's revision, not Fink's
Source2: mirror:debian:pool/main/m/%n/%n_%v-14.diff.gz
Source2-MD5: a69eff7501e63c0bd1fcd231bf6949f1
PatchScript: gzip -cd ../%n_%v-14.diff.gz | patch -p1
CompileScript: make CC=gcc LDFLAGS= "CFLAGS=-O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
InstallScript: <<
install -d %i/bin
install mmv %i/bin
(cd %i/bin; ln -s mmv mcp; ln -s mmv mad; ln -s mmv mln;)
install -d %i/share/man/man1
install mmv.1 %i/share/man/man1
(cd %i/share/man/man1; ln -s mmv.1 mcp.1; ln -s mmv.1 mad.1; ln -s mmv.1 mln.1;)
<<
DocFiles: ANNOUNCE debian/copyright debian/changelog