void-packages/templates/cpio.tmpl
Juan RP 5ef5ca8d35 Simplify templates by not needing $patch_files in some cases.
If exists a patch called $pkgname-fix-{build,install}.diff in the
templates directory, they will be applied automatically. If patches
are named differently $patch_files must be used yet.

--HG--
extra : convert_revision : 21f6edfab580c569b3737280f54a6332c44baa49
2008-10-27 04:08:55 +01:00

15 lines
530 B
Cheetah

# Template file for 'cpio'
pkgname=cpio
version=2.9
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
build_style=gnu_configure
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e58fe6654beea9dc9fbee115442c0cc3db864e061aded6af14eb34d12d6bb88e
long_desc="
GNU cpio is a full-featured cpio command that can access remote and
local magnetic tapes, and both tar and cpio format archives in files or
on tapes."
run_depends="glibc-2.8"