binutils, gawk, gcc: add missing base subpkg.
--HG-- extra : convert_revision : e65fc368499c6124b1cf7963d830f64c05953b6c
This commit is contained in:
19
templates/binutils/base.template
Normal file
19
templates/binutils/base.template
Normal file
@@ -0,0 +1,19 @@
|
||||
# Template file for 'binutils-base'.
|
||||
#
|
||||
short_desc="${short_desc} (base files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the ${sourcepkg} base programs and libraries."
|
||||
run_depends="glibc-2.8"
|
||||
|
||||
do_install()
|
||||
{
|
||||
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
|
||||
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
|
||||
|
||||
mkdir -p ${destdir}/usr/lib
|
||||
mv ${origdir}/usr/bin ${destdir}/usr
|
||||
mv ${origdir}/usr/lib/libbfd-${version}.so ${destdir}/usr/lib
|
||||
mv ${origdir}/usr/lib/libopcodes-${version}.so ${destdir}/usr/lib
|
||||
mv ${origdir}/usr/lib/ldscripts ${destdir}/usr/lib
|
||||
}
|
@@ -25,5 +25,4 @@ long_desc="
|
||||
and other tools."
|
||||
|
||||
base_chroot=yes
|
||||
run_depends="glibc-2.8"
|
||||
subpackages="dev docs locale"
|
||||
subpackages="base dev docs locale"
|
||||
|
Reference in New Issue
Block a user