2011-07-05 10:43:10 +00:00
|
|
|
# Template file for 'libquadmath'
|
|
|
|
#
|
2011-11-12 01:54:14 +00:00
|
|
|
revision=1
|
2011-07-05 10:43:10 +00:00
|
|
|
short_desc="GCC quad match ${version} shared library support"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the GCC quadmath shared library."
|
|
|
|
|
|
|
|
Add_dependency run libgcc ">=$version"
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
vmove "usr/lib/libquadmath.so*" usr/lib
|
|
|
|
vinstall COPYING.RUNTIME 644 \
|
|
|
|
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
|
|
|
|
}
|