2012-03-02 00:25:23 +01:00
|
|
|
# Template file for 'libobjc32'.
|
|
|
|
#
|
2012-05-23 20:58:45 +02:00
|
|
|
depends="libgcc32 glibc32"
|
2012-03-02 00:25:23 +01:00
|
|
|
short_desc="GCC Objective-C shared library support (32bit)"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the 32bit GCC Objective-C shared support library
|
|
|
|
which is needed to run Objective-C dynamically linked programs."
|
|
|
|
|
|
|
|
noverifyrdeps=yes
|
|
|
|
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib32/libobjc.so*" usr/lib32
|
|
|
|
}
|