gcc: update to 4.6.1, now with fortran and go support.
This commit is contained in:
16
srcpkgs/gcc/libquadmath-devel.template
Normal file
16
srcpkgs/gcc/libquadmath-devel.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# Template file for 'libquadmath-devel'.
|
||||
#
|
||||
short_desc="GCC quadmath shared support library (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains GCC quadmath headers and static libraries for
|
||||
building mudflap-instrumented programs."
|
||||
|
||||
Add_dependency run libquadmath ">=$version"
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove "usr/lib/libquadmath*.a" usr/lib
|
||||
vmove usr/share/info/libquadmath.info usr/share/info
|
||||
touch ${DESTDIR}/usr/share/info/dir
|
||||
}
|
||||
Reference in New Issue
Block a user