void-packages/srcpkgs/gcc/gcc-objc-multilib.template
2012-03-30 12:40:29 +02:00

22 lines
639 B
Plaintext

# Template file for 'gcc-objc-multilib'.
#
short_desc="The GNU Objective-C compiler (multilib files)"
long_desc="
This is the GNU Objective-C compiler, which compiles Objective-C on
platforms supported by the GCC compiler.
On architectures with multilib support, the package contains files and
dependencies for the non-default multilib architecture(s)."
noverifyrdeps=yes
Add_dependency run gcc-multilib ">=${_majorver}"
Add_dependency run gcc-objc ">=${_majorver}"
Add_dependency run libobjc32 ">=${_majorver}"
do_install() {
local libmddir="/usr/lib/gcc/${_triplet}/${_majorver}"
vmove "usr/lib32/libobjc*.a" ${libmddir}/32
}