extractors _unstable_ port information

Package: extractors
Version: 1.0
Revision: 21
Maintainer: Dave Vasilevsky
Source: http://www.pogma.com/fink/%n-%v.tgz
Description: Command line programs to extract archives
DescDetail: <<
Contains undmg and rpmextract. To expand an archive, use these
commands:

undmg foo.dmg

rpmextract foo.rpm | gzip -cd | cpio -iu

Thanks to Shantonu Sen for the rpmextract script.
<<
CompileScript: echo "No compile needed."
InstallScript: <<
#!/bin/sh -ev
install -m 755 -d %i/bin
install -m 755 undmg %i/bin/undmg
install -m 755 rpmextract.pl %i/bin/rpmextract
<<
License: BSD
Homepage: http://fink.sf.net
Source-MD5: 4c6963de4975684d93c6ac6b0f63caba