void-packages/srcpkgs/gcc/libssp.template

16 lines
342 B
Plaintext

# Template file for 'libssp'.
#
short_desc="GCC SSP shared library support"
long_desc="${long_desc}
This package contains the Stack Smashing Protection shared library
provided by GCC."
revision=1
do_install() {
vmove "usr/lib/libssp.so*" usr/lib
vinstall COPYING.RUNTIME 644 \
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
}