summaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-02-21 21:45:42 +0100
committerJose V Beneyto <sepen@crux.nu>2010-02-22 01:24:48 +0100
commit1bd21e9a7c5cc3a4e0f12e62780ffe2404d27710 (patch)
treee5cedfdc659f6e53c15f09929cae7b38e4e80a50 /go
parent3e98724841a86b1f35caaa46b2c662d78b87199d (diff)
downloadcontrib-1bd21e9a7c5cc3a4e0f12e62780ffe2404d27710.tar.gz
contrib-1bd21e9a7c5cc3a4e0f12e62780ffe2404d27710.tar.xz
syslinux: updated to 3.85
Diffstat (limited to 'go')
-rw-r--r--go/.footprint20
-rw-r--r--go/.md5sum1
-rw-r--r--go/Pkgfile28
3 files changed, 0 insertions, 49 deletions
diff --git a/go/.footprint b/go/.footprint
deleted file mode 100644
index 5cd2d87b6..000000000
--- a/go/.footprint
+++ /dev/null
@@ -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
diff --git a/go/.md5sum b/go/.md5sum
deleted file mode 100644
index 78469cc0f..000000000
--- a/go/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-6faa017623dbe3a8f30d75bdc449be86 go-r4604.tar.bz2
diff --git a/go/Pkgfile b/go/Pkgfile
deleted file mode 100644
index 646d6e8e9..000000000
--- a/go/Pkgfile
+++ /dev/null
@@ -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
-}

Generated by cgit