2008-10-25 21:45:38 +00:00
|
|
|
# Template file for 'cpio'
|
|
|
|
pkgname=cpio
|
2010-03-25 10:13:31 +00:00
|
|
|
version=2.11
|
2015-05-22 09:47:56 +00:00
|
|
|
revision=8
|
2015-03-04 18:44:01 +00:00
|
|
|
build_pie=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-06-14 16:08:10 +00:00
|
|
|
configure_args="gl_cv_func_stat_file_slash=yes gl_cv_func_malloc_posix=yes
|
|
|
|
gl_cv_func_unlink_works=yes gl_cv_func_unsetenv_work=yes ac_cv_func_unlinkat=yes
|
|
|
|
ac_cv_func_unsetenv=yes gt_cv_func_unsetenv_ret='int' gl_cv_func_setenv_works=yes"
|
2008-10-25 21:45:38 +00:00
|
|
|
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-01-31 11:39:48 +00:00
|
|
|
homepage="http://www.gnu.org/software/cpio/"
|
|
|
|
license="GPL-3"
|
2015-05-22 09:47:56 +00:00
|
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=bb820bfd96e74fc6ce43104f06fe733178517e7f5d1cdee553773e8eff7d5bbd
|
2008-10-25 21:45:38 +00:00
|
|
|
|
2013-04-12 06:55:23 +00:00
|
|
|
post_install() {
|
2009-08-11 18:59:23 +00:00
|
|
|
# Remove rmt that conflicts with the one from tar.
|
|
|
|
rm -rf ${DESTDIR}/usr/libexec
|
|
|
|
}
|