void-packages/srcpkgs/gcc/libquadmath.template

14 lines
328 B
Text
Raw Normal View History

# Template file for 'libquadmath'
#
short_desc="GCC quad match ${version} shared library support"
long_desc="${long_desc}
This package contains the GCC quadmath shared library."
do_install() {
vmove "usr/lib/libquadmath.so*" usr/lib
vinstall COPYING.RUNTIME 644 \
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
}