Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1242

Added Files:
        go.info 
Log Message:
New package go 1.1

--- NEW FILE: go.info ---
Package: go
Version: 1.1
Revision: 1
Description: The Go Programming Language
Maintainer: Brendan Cully <bren...@finkproject.org>
License: BSD
Source: https://go.googlecode.com/files/go%v.src.tar.gz
Source-MD5: 4933f6a2f3ec1ffb01b42fd88de03851
SourceDirectory: go

# does not build with Apple clang
SetCC: /usr/bin/gcc
CompileScript: <<
#!/bin/bash -ev

export GOROOT_FINAL=%p/lib/go
cd src
./all.bash
<<

InstallScript: <<
#!/bin/sh -ev

mkdir -p %i/lib/go/src
cp -r bin include lib pkg %i/lib/go
cp -r src/pkg %i/lib/go/src

# for godoc
ln -s ../../share/doc/go/doc %i/lib/go/doc

mkdir %i/bin
cd bin
for i in *
do
  ln -s ../lib/go/bin/$i %i/bin/$i
done
<<

DocFiles: AUTHORS CONTRIBUTORS LICENSE PATENTS README api doc misc

Homepage: http://golang.org/
DescDetail: <<
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
<<


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to