0d002ffbe7
- Added c[89]9 wrappers and manpages from NetBSD. - Do not run fixincludes. - Remove python stuff that only gets installed when python is found.
15 lines
320 B
Text
15 lines
320 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
|
|
replaces="gcc-libgcc>=0"
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libgcc_s.so* ${DESTDIR}/usr/lib
|
|
}
|