| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/eclass/emul-linux-x86.eclass,v 1.2 2007/11/14 17:00:21 kingtaco Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.3 2007/11/14 17:31:04 kingtaco Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # |
| 6 | # Original Author: Mike Doty <kingtaco@gentoo.org> |
6 | # Original Author: Mike Doty <kingtaco@gentoo.org> |
| 7 | # Adapted from emul-libs.eclass |
7 | # Adapted from emul-libs.eclass |
| 8 | # Purpose: Providing a template for the app-emulation/emul-linux-* packages |
8 | # Purpose: Providing a template for the app-emulation/emul-linux-* packages |
| … | |
… | |
| 14 | |
14 | |
| 15 | DESCRIPTION="Provides precompiled 32bit libraries" |
15 | DESCRIPTION="Provides precompiled 32bit libraries" |
| 16 | HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" |
16 | HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" |
| 17 | |
17 | |
| 18 | RESTRICT="strip" |
18 | RESTRICT="strip" |
| 19 | S="${WORKDIR}" |
19 | S=${WORKDIR} |
| 20 | |
20 | |
| 21 | SLOT="0" |
21 | SLOT="0" |
| 22 | IUSE="" |
22 | IUSE="" |
| 23 | |
23 | |
| 24 | DEPEND=">=sys-apps/findutils-4.2.26" |
24 | DEPEND=">=sys-apps/findutils-4.2.26" |