gcc-multilib: update to 4.5.0, fully working now.

This commit is contained in:
Juan RP
2010-05-15 19:42:26 +02:00
parent 84df8f8e45
commit aaf4e43b41
22 changed files with 248 additions and 23 deletions

View File

@@ -0,0 +1,17 @@
# 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)."
Add_dependency run gcc-c++-multilib ">=${version}"
Add_dependency run gcc-objc-multilib ">=${version}"
do_install()
{
mkdir -p ${DESTDIR}/usr/share/doc/${pkgname}
}