16 lines
506 B
Bash
16 lines
506 B
Bash
# Template file for 'cpio'
|
|
pkgname=cpio
|
|
version=2.14
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-rmt=/usr/bin/rmt"
|
|
hostmakedepends="gettext-devel tar"
|
|
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://www.gnu.org/software/cpio/"
|
|
distfiles="${GNU_SITE}/cpio/cpio-${version}.tar.bz2"
|
|
checksum=fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12
|
|
|
|
CFLAGS="-fcommon"
|