diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:20:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-08 06:20:21 +0000 |
commit | 76551088709a7440d7394aca2ca4e039c6af8330 (patch) | |
tree | c0d6909f115c66c9644a33aad7197ed4a2a2f1e4 /app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | |
parent | old (diff) | |
download | gentoo-2-76551088709a7440d7394aca2ca4e039c6af8330.tar.gz gentoo-2-76551088709a7440d7394aca2ca4e039c6af8330.tar.bz2 gentoo-2-76551088709a7440d7394aca2ca4e039c6af8330.zip |
repoman
Diffstat (limited to 'app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild index 1119fbefdb28..683039af7fff 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild @@ -1,31 +1,31 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.12 2003/09/05 22:37:22 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.13 2003/09/08 06:20:21 vapier Exp $ -A=${P}.tgz -S=${WORKDIR}/${P} DESCRIPTION="Converts True Type to Type 1 fonts" -SRC_URI="mirror://sourceforge/ttf2pt1/${A}" -HOMEPAGE="http://ttf2pt1.sourceforge.net" -KEYWORDS="x86 sparc " -SLOT="0" +HOMEPAGE="http://ttf2pt1.sourceforge.net/" +SRC_URI="mirror://sourceforge/ttf2pt1/${P}.tgz" + LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 sparc " RDEPEND="virtual/glibc >=media-libs/freetype-2.0" -DEPEND="$RDEPEND dev-lang/perl" +DEPEND="${RDEPEND} + dev-lang/perl" src_unpack() { unpack ${A} - patch -p0 < ${FILESDIR}/${P}-Makefile-gentoo.diff + epatch ${FILESDIR}/${P}-Makefile-gentoo.diff } src_compile() { - try make CFLAGS="${CFLAGS}" all + make CFLAGS="${CFLAGS}" all || die } -src_install () { - try make INSTDIR=${D}/usr install +src_install() { + make INSTDIR=${D}/usr install || die dodir /usr/share/doc/${PF}/html cd ${D}/usr/share/ttf2pt1 rm -r app other |