| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2005 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-text/lout/Attic/lout-3.30.ebuild,v 1.1 2004/12/16 04:38:16 usata Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-text/lout/Attic/lout-3.30.ebuild,v 1.1.1.1 2005/11/30 10:07:01 chriswhite Exp $ |
| 4 | |
4 | |
| 5 | IUSE="zlib doc" |
5 | IUSE="zlib doc" |
| 6 | |
6 | |
| 7 | DESCRIPTION="high-level language for document formatting" |
7 | DESCRIPTION="high-level language for document formatting" |
| 8 | HOMEPAGE="http://lout.sourceforge.net/" |
8 | HOMEPAGE="http://lout.sourceforge.net/" |
| 9 | SRC_URI="mirror://sourceforge/lout/${P}.tar.gz" |
9 | SRC_URI="mirror://sourceforge/lout/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~x86 ~ppc" |
13 | KEYWORDS="x86 ppc sparc ~amd64" |
| 14 | |
14 | |
| 15 | DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )" |
15 | DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )" |
| 16 | |
16 | |
| 17 | src_compile() { |
17 | src_compile() { |
| 18 | local myconf |
18 | local myconf |