2009-12-08 06:03:23 -01:00
|
|
|
# Template file for 'libssp'.
|
|
|
|
#
|
2009-12-08 06:32:04 -01:00
|
|
|
short_desc="GCC SSP shared library support"
|
2009-12-08 06:03:23 -01:00
|
|
|
long_desc="${long_desc}
|
|
|
|
|
2009-12-08 06:32:04 -01:00
|
|
|
This package contains the Stack Smashing Protection shared library
|
|
|
|
provided by GCC."
|
2009-12-08 06:03:23 -01:00
|
|
|
|
|
|
|
|
2012-03-02 06:22:21 -01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/libssp.so*" usr/lib
|
2011-07-05 10:43:10 +00:00
|
|
|
vinstall COPYING.RUNTIME 644 \
|
|
|
|
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
|
2009-12-08 06:03:23 -01:00
|
|
|
}
|