2008-10-25 23:45:38 +02:00
|
|
|
# Template file for 'cpio'
|
|
|
|
pkgname=cpio
|
2010-03-25 11:13:31 +01:00
|
|
|
version=2.11
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2008-10-25 23:45:38 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-03-25 11:13:31 +01:00
|
|
|
checksum=601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978
|
2008-10-25 23:45:38 +02:00
|
|
|
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."
|
|
|
|
|
2009-02-24 08:22:29 +01:00
|
|
|
Add_dependency run glibc
|
2009-10-30 22:14:09 +01:00
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build texinfo
|
2009-08-11 20:59:23 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Remove rmt that conflicts with the one from tar.
|
|
|
|
rm -rf ${DESTDIR}/usr/libexec
|
|
|
|
}
|