| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.12.4.ebuild,v 1.1 2011/10/12 10:29:48 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.12.4.ebuild,v 1.2 2012/11/14 23:02:32 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit bash-completion-r1 |
7 | inherit bash-completion-r1 |
| 8 | |
8 | |
| 9 | DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" |
9 | DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains" |
| 10 | HOMEPAGE="http://ymorin.is-a-geek.org/projects/crosstool" |
10 | HOMEPAGE="http://crosstool-ng.org" |
| 11 | MY_P=${P/ct/crosstool} |
11 | MY_P=${P/ct/crosstool} |
| 12 | S=${WORKDIR}/${MY_P} |
12 | S=${WORKDIR}/${MY_P} |
| 13 | SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" |
13 | SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2" |
| 14 | |
14 | |
| 15 | LICENSE="GPL-2" |
15 | LICENSE="GPL-2" |