forked from ports/contrib
golang: removed
This commit is contained in:
parent
ed002f3d44
commit
bf3fe9f3d6
@ -1,20 +0,0 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/6cov
|
||||
-rwxr-xr-x root/root usr/bin/6nm
|
||||
-rwxr-xr-x root/root usr/bin/6prof
|
||||
-rwxr-xr-x root/root usr/bin/8a
|
||||
-rwxr-xr-x root/root usr/bin/8c
|
||||
-rwxr-xr-x root/root usr/bin/8g
|
||||
-rwxr-xr-x root/root usr/bin/8l
|
||||
-rwxr-xr-x root/root usr/bin/cgo
|
||||
-rwxr-xr-x root/root usr/bin/ebnflint
|
||||
-rwxr-xr-x root/root usr/bin/godefs
|
||||
-rwxr-xr-x root/root usr/bin/godoc
|
||||
-rwxr-xr-x root/root usr/bin/gofmt
|
||||
-rwxr-xr-x root/root usr/bin/gomake
|
||||
-rwxr-xr-x root/root usr/bin/gopack
|
||||
-rwxr-xr-x root/root usr/bin/gotest
|
||||
-rwxr-xr-x root/root usr/bin/goyacc
|
||||
-rwxr-xr-x root/root usr/bin/hgpatch
|
||||
-rwxr-xr-x root/root usr/bin/quietgcc
|
@ -1 +0,0 @@
|
||||
6faa017623dbe3a8f30d75bdc449be86 go-r4604.tar.bz2
|
@ -1,28 +0,0 @@
|
||||
# Description: The Go Programming Language
|
||||
# URL: http://golang.org/
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Packager: Jose V Beneyto, sepen at crux dot nu
|
||||
# Depends on: bash bison gcc make ed
|
||||
|
||||
name=go
|
||||
version=r4604
|
||||
release=1
|
||||
source=(http://crux.nu/~sepen/distfiles/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
install -d $PKG/usr/bin
|
||||
export GOROOT=$SRC/$name-$version
|
||||
export GOARCH=386 GOOS=linux GOBIN=$PKG/usr/bin
|
||||
|
||||
(echo '#!/bin/sh'; echo 'exec '$MAKE' "$@"') > $GOBIN/gomake
|
||||
chmod 0755 $GOBIN/gomake
|
||||
|
||||
cd $GOROOT/src
|
||||
sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Make.conf
|
||||
sed 's|&& which quietgcc||' -i make.bash
|
||||
|
||||
export PATH=$GOBIN:$PATH
|
||||
./all.bash
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user