Skip to content

Instantly share code, notes, and snippets.

View hauptmech's full-sized avatar

Hauptmech hauptmech

View GitHub Profile
@hauptmech
hauptmech / PKGBUILD
Created October 17, 2011 10:36
crosstool-ng PKGBUILD for archlinux
# Contributor: jwwolf <jwwolf+arch@gmail.com>
pkgname=crosstool-ng
pkgver=1.12.4
pkgrel=1
pkgdesc="A versatile (cross-)toolchain generator"
arch=('i686' 'x86_64')
url="http://crosstool-ng.org/"
license=(GPL)
depends=('bash' 'cvs' 'make' 'gcc' 'gawk' 'sed' 'bison' 'flex' 'texinfo' 'automake' \