2008-10-25 23:45:38 +02:00
|
|
|
# Template file for 'cpio'
|
|
|
|
pkgname=cpio
|
2009-08-11 00:13:24 +02:00
|
|
|
version=2.10
|
2009-08-11 20:59:23 +02:00
|
|
|
revision=1
|
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>"
|
2009-08-11 00:13:24 +02:00
|
|
|
checksum=2a2da2dbb741a75b9a374ceca46036ac3f3c3698e3756b9e3cd44edac8536ba5
|
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-08-11 20:59:23 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Remove rmt that conflicts with the one from tar.
|
|
|
|
rm -rf ${DESTDIR}/usr/libexec
|
|
|
|
}
|