diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-07-05 08:05:01 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-07-05 08:05:01 +0000 |
commit | 2f2c240c8368ff226051c9acc83699d4fb761ba6 (patch) | |
tree | decaca324487e7b5d2c8b5b9e90392199465ae3d /media-gfx/fondu/fondu-20040527.ebuild | |
parent | Initial import. Ebuild submitted by Alexey Spiridonov <lesha@netman.ru>, clos... (diff) | |
download | historical-2f2c240c8368ff226051c9acc83699d4fb761ba6.tar.gz historical-2f2c240c8368ff226051c9acc83699d4fb761ba6.tar.bz2 historical-2f2c240c8368ff226051c9acc83699d4fb761ba6.zip |
Initial import. Ebuild submitted by Jose Sia Jr. <jsia@id.iit.edu>, closing bug #24732
Diffstat (limited to 'media-gfx/fondu/fondu-20040527.ebuild')
-rw-r--r-- | media-gfx/fondu/fondu-20040527.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-gfx/fondu/fondu-20040527.ebuild b/media-gfx/fondu/fondu-20040527.ebuild new file mode 100644 index 000000000000..8148c7f5bda1 --- /dev/null +++ b/media-gfx/fondu/fondu-20040527.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fondu/fondu-20040527.ebuild,v 1.1 2004/07/05 08:05:01 usata Exp $ + +DESCRIPTION="Utilities for converting between and manipulating mac fonts and unix fonts" +HOMEPAGE="http://fondu.sourceforge.net/" +# 20040527 -> 040527 +SRC_URI="http://fondu.sourceforge.net/${PN}_src-${PV:2:6}.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND="virtual/libc" + +S=${WORKDIR}/${PN} + +src_compile() { + econf || die "./configure failed" + emake || die "make failed" +} + +src_install() { + dodir /usr/bin + einstall || die "make install failed" + + dodoc README +} |