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-Checksum: SHA256(85ad49f073c85a3462f3a9eabcf5b01f06d73b8735b5b6b2da9f3146812468a1)