diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 04:33:46 +0000 |
commit | 4a64a5e10903c1ccfe54b84d211ff332673c35b6 (patch) | |
tree | f010261d2e71e0fb5464ddb2004532cf4a081135 /media-gfx/gozer | |
parent | *** empty log message *** (diff) | |
download | historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.gz historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.tar.bz2 historical-4a64a5e10903c1ccfe54b84d211ff332673c35b6.zip |
repoman'd
Diffstat (limited to 'media-gfx/gozer')
-rw-r--r-- | media-gfx/gozer/gozer-0.7.ebuild | 16 |
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 } - |