You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/fondu/fondu-20040925.ebuild

21 lines
573 B

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20040925.ebuild,v 1.3 2009/09/23 15:08:59 ssuominen Exp $
DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts"
HOMEPAGE="http://fondu.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_src-${PV:2:6}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="ppc x86"
IUSE=""
S=${WORKDIR}/${PN}
src_install() {
dodir /usr/bin
einstall || die "make install failed"
dodoc README
}