gcc: update to 4.6.1, now with fortran and go support.
This commit is contained in:
16
srcpkgs/gcc/libgo.template
Normal file
16
srcpkgs/gcc/libgo.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# Template file for 'libgo'.
|
||||
#
|
||||
short_desc="Go library ${version} shared library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the GO shared library."
|
||||
|
||||
Add_dependency run libgcc ">=${version}"
|
||||
Add_dependency run glibc
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove "usr/lib/libgo.so*" usr/lib
|
||||
vinstall COPYING.RUNTIME 644 \
|
||||
usr/share/licenses/$pkgname RUNTIME.LIBRARY.EXCEPTION
|
||||
}
|
||||
Reference in New Issue
Block a user