Lines 1-22
Link Here
|
1 |
# Copyright 1999-2008 Gentoo Foundation |
1 |
# Copyright 1999-2009 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/dev-util/par/par-00.05.01.ebuild,v 1.6 2008/11/17 19:10:17 flameeyes Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/par/par-00.05.01.ebuild,v 1.6 2008/11/17 19:10:17 flameeyes Exp $ |
4 |
|
4 |
|
|
|
5 |
inherit toolchain-funcs |
6 |
|
5 |
DESCRIPTION="par manipulates PalmOS database files" |
7 |
DESCRIPTION="par manipulates PalmOS database files" |
6 |
HOMEPAGE="http://www.djw.org/product/palm/par/" |
8 |
HOMEPAGE="http://www.djw.org/product/palm/par/" |
7 |
SRC_URI="http://www.djw.org/product/palm/par/prc.tgz" |
9 |
SRC_URI="http://www.djw.org/product/palm/par/prc.tgz" |
8 |
|
10 |
|
9 |
SLOT="0" |
|
|
10 |
LICENSE="MPL-1.1" |
11 |
LICENSE="MPL-1.1" |
11 |
KEYWORDS="~x86 ~ppc" |
12 |
SLOT="0" |
|
|
13 |
KEYWORDS="~ppc ~x86" |
12 |
IUSE="" |
14 |
IUSE="" |
|
|
15 |
|
13 |
DEPEND="!app-text/par |
16 |
DEPEND="!app-text/par |
14 |
!app-arch/par" |
17 |
!app-arch/par" |
|
|
18 |
RDEPEND="${DEPEND}" |
15 |
|
19 |
|
16 |
S="${WORKDIR}/prc" |
20 |
S="${WORKDIR}/prc" |
17 |
|
21 |
|
18 |
src_compile() { |
22 |
src_compile() { |
19 |
emake || die 'Failed to compile!' |
23 |
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die 'Failed to compile!' |
20 |
emake par.man || die 'Failed to make man page!' |
24 |
emake par.man || die 'Failed to make man page!' |
21 |
} |
25 |
} |
22 |
|
26 |
|