Package: rpm2cpio Version: 4.16.1.2 Revision: 1 BuildDepends: fink (>= 0.32) # Needs gnu's "dd" program (we patch to use "gdd") RuntimeDepends: coreutils # Lots of compression tools that might be used depending on the nature # of the .rpm and user options. Recommends: << bzip2, gzip, xz, zstd << Source: http://ftp.rpm.org/releases/rpm-4.16.x/rpm-%v.tar.bz2 Source-Checksum: SHA256(8357329ceefc92c41687988b22198b26f74a12a9a68ac00728f934a5c4b4cacc) PatchFile: %n.patch PatchFile-MD5: c997e91c8acc9182ca8afce34376dff1 CompileScript: # InstallScript: << mkdir -p %i/bin install -m 755 scripts/rpm2cpio.sh %i/bin/rpm2cpio mkdir -p %i/share/man/man8 install -m 644 doc/rpm2cpio.8 %i/share/man/man8 << DocFiles: COPYING CREDITS ChangeLog README Homepage: http://www.rpm.org/ Description: Extractor for .rpm files (RedHat packages) License: GPL/LGPL Maintainer: Daniel Macks DescDetail: << The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. Each software package consists of an archive of files along with information about the package like its version, a description, and the like. This package is just a shell-script implementation of the rpm2cpio tool, which extracts .rpm archives. <<