diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-14 02:31:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-14 02:31:00 +0000 |
commit | 68d2db9ecfb74f08a90c3625c33ff73fffc1d162 (patch) | |
tree | 33bd2429cd9ff4443b157b7bdb7283bb5e068c91 /media-gfx/gozer/gozer-0.7-r1.ebuild | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-68d2db9ecfb74f08a90c3625c33ff73fffc1d162.tar.gz gentoo-2-68d2db9ecfb74f08a90c3625c33ff73fffc1d162.tar.bz2 gentoo-2-68d2db9ecfb74f08a90c3625c33ff73fffc1d162.zip |
fix doc install #56363
Diffstat (limited to 'media-gfx/gozer/gozer-0.7-r1.ebuild')
-rw-r--r-- | media-gfx/gozer/gozer-0.7-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-gfx/gozer/gozer-0.7-r1.ebuild b/media-gfx/gozer/gozer-0.7-r1.ebuild new file mode 100644 index 000000000000..43fd252544ce --- /dev/null +++ b/media-gfx/gozer/gozer-0.7-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7-r1.ebuild,v 1.1 2004/07/14 02:31:00 vapier Exp $ + +DESCRIPTION="tool for rendering arbitary text as graphics, using ttfs and styles" +HOMEPAGE="http://www.linuxbrit.co.uk/" +SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="virtual/x11 + >=media-libs/giblib-1.2.1" + +src_install() { + make install DESTDIR=${D} || die + rm -rf ${D}/usr/doc + dodoc TODO README AUTHORS ChangeLog +} |