2012-03-02 00:25:23 +01:00
|
|
|
# Template file for 'libmudflap32-devel'.
|
|
|
|
#
|
2012-05-23 20:58:45 +02:00
|
|
|
depends="gcc-multilib glibc32-devel libmudflap32"
|
2012-03-02 00:25:23 +01:00
|
|
|
short_desc="GCC 32bit mudflap support libraries (development files)"
|
|
|
|
long_desc="
|
|
|
|
The libmudflap libraries are used by GCC for instrumenting pointer
|
|
|
|
and array dereferencing operations.
|
|
|
|
|
|
|
|
This package contains the headers and the static libraries."
|
|
|
|
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib32/libmudflap*.a" usr/lib32
|
|
|
|
}
|