summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/gozer')
-rw-r--r--media-gfx/gozer/gozer-0.7.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/media-gfx/gozer/gozer-0.7.ebuild b/media-gfx/gozer/gozer-0.7.ebuild
index 124bc5d49970..765c79ef9d91 100644
--- a/media-gfx/gozer/gozer-0.7.ebuild
+++ b/media-gfx/gozer/gozer-0.7.ebuild
@@ -1,25 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7.ebuild,v 1.1 2002/06/03 22:28:32 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gozer/gozer-0.7.ebuild,v 1.2 2002/07/23 04:33:46 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="tool for rendering arbitary text as graphics, using ttfs and styles"
SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
HOMEPAGE="http://www.linuxbrit.co.uk/"
-LICENSE="GPL-2"
+
SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-DEPEND=">=x11-base/xfree-4.0.0
+DEPEND="virtual/x11
>=media-libs/giblib-1.2.1"
-
-
src_compile() {
- ./configure --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --prefix=/usr --host=${CHOST} || die
-
+ econf || die
emake || die
}
@@ -30,4 +27,3 @@ src_install() {
dodoc TODO README AUTHORS ChangeLog
}
-