2009-12-08 07:03:23 +00:00
|
|
|
# Template file for 'libssp'.
|
|
|
|
#
|
2009-12-08 07:32:04 +00:00
|
|
|
short_desc="GCC SSP shared library support"
|
2009-12-08 07:03:23 +00:00
|
|
|
long_desc="${long_desc}
|
|
|
|
|
2009-12-08 07:32:04 +00:00
|
|
|
This package contains the Stack Smashing Protection shared library
|
|
|
|
provided by GCC."
|
2009-12-08 07:03:23 +00:00
|
|
|
|
|
|
|
|
2012-03-02 07:22:21 +00: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 07:03:23 +00:00
|
|
|
}
|