mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
15 lines
331 B
Text
15 lines
331 B
Text
# Template file for 'gcc-libgcc'.
|
|
#
|
|
short_desc="GCC version ${version} shared library support"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the GCC shared library."
|
|
|
|
noverifyrdeps=yes
|
|
|
|
do_install()
|
|
{
|
|
vmove "usr/lib/libgcc_s.so*" usr/lib
|
|
vinstall COPYING.RUNTIME 644 \
|
|
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
|
|
}
|