| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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/app-benchmarks/spew/spew-1.0.8.ebuild,v 1.3 2011/08/21 17:46:41 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-benchmarks/spew/spew-1.0.8.ebuild,v 1.4 2011/08/21 21:34:31 hparker Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit autotools eutils |
7 | inherit autotools eutils |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://spew.berlios.de/" |
10 | HOMEPAGE="http://spew.berlios.de/" |
| 11 | SRC_URI="ftp://ftp.berlios.de/pub/spew/1.0.8/spew-1.0.8.tgz" |
11 | SRC_URI="ftp://ftp.berlios.de/pub/spew/1.0.8/spew-1.0.8.tgz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
15 | KEYWORDS="amd64 ~ppc ~ppc64 ~x86" |
| 16 | IUSE="static" |
16 | IUSE="static" |
| 17 | |
17 | |
| 18 | DEPEND="static? ( sys-libs/ncurses[-gpm] dev-libs/popt[static-libs] ) |
18 | DEPEND="static? ( sys-libs/ncurses[-gpm] dev-libs/popt[static-libs] ) |
| 19 | !static? ( sys-libs/ncurses dev-libs/popt )" |
19 | !static? ( sys-libs/ncurses dev-libs/popt )" |
| 20 | RDEPEND="${DEPEND}" |
20 | RDEPEND="${DEPEND}" |