Split pkgs required by xbps-base-system, structure based in Fedora.
--HG-- extra : convert_revision : 151da3637a2745b786251e067bb924c3fd98118b
This commit is contained in:
18
templates/klibc/utils.template
Normal file
18
templates/klibc/utils.template
Normal file
@@ -0,0 +1,18 @@
|
||||
# Template file for 'klibc-utils'.
|
||||
#
|
||||
short_desc="${short_desc} (binary utilities)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the binary programs built with klibc
|
||||
for use on the initramfs."
|
||||
|
||||
Add_dependency run klibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
|
||||
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
|
||||
|
||||
mkdir -p ${destdir}/usr/lib/klibc
|
||||
mv ${origdir}/usr/lib/klibc/bin ${destdir}/usr/lib/klibc
|
||||
}
|
||||
Reference in New Issue
Block a user