| 1 |
usata |
1.1 |
# Copyright 1999-2004 Gentoo Foundation
|
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
usata |
1.2 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20040925.ebuild,v 1.1 2004/10/09 20:39:27 usata Exp $
|
| 4 |
usata |
1.1 |
|
| 5 |
|
|
DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts"
|
| 6 |
|
|
HOMEPAGE="http://fondu.sourceforge.net/"
|
| 7 |
|
|
# 20040527 -> 040527
|
| 8 |
|
|
SRC_URI="mirror://sourceforge/${PN}/${PN}_src-${PV:2:6}.tgz"
|
| 9 |
|
|
|
| 10 |
|
|
LICENSE="BSD"
|
| 11 |
|
|
SLOT="0"
|
| 12 |
usata |
1.2 |
KEYWORDS="x86 ppc"
|
| 13 |
usata |
1.1 |
|
| 14 |
|
|
IUSE=""
|
| 15 |
|
|
DEPEND="virtual/libc"
|
| 16 |
|
|
|
| 17 |
|
|
S=${WORKDIR}/${PN}
|
| 18 |
|
|
|
| 19 |
|
|
src_compile() {
|
| 20 |
|
|
econf || die "./configure failed"
|
| 21 |
|
|
emake || die "make failed"
|
| 22 |
|
|
}
|
| 23 |
|
|
|
| 24 |
|
|
src_install() {
|
| 25 |
|
|
dodir /usr/bin
|
| 26 |
|
|
einstall || die "make install failed"
|
| 27 |
|
|
|
| 28 |
|
|
dodoc README
|
| 29 |
|
|
}
|