Update cpio and klibc-resume to build live CD
This commit is contained in:
parent
accb1ff0d6
commit
2727dfcdf7
|
@ -0,0 +1,2 @@
|
|||
librt.so.1
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=cpio
|
|||
version=2.11
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978
|
||||
|
@ -11,7 +12,6 @@ long_desc="
|
|||
local magnetic tapes, and both tar and cpio format archives in files or
|
||||
on tapes."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency build gettext
|
||||
Add_dependency build texinfo
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
|
@ -5,6 +5,7 @@ wrksrc=resume
|
|||
distfiles="http://xbps.nopcode.org/distfiles/resume-$version.tar.gz"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX="
|
||||
revision=1
|
||||
short_desc="Klibc resume command"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ab130e243a0a831be2ed4706bfa6a71033e0be8d1f7a3b336593febfbad76efc
|
||||
|
@ -12,4 +13,3 @@ long_desc="
|
|||
This package provides the resume command from klibc-${version} to allow
|
||||
resuming from hibernation via the initramfs."
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in New Issue