diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-29 07:40:18 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-10-29 07:40:18 +0000 |
commit | 97d6db31e2f975fcabb1d2510d478719d8ea649d (patch) | |
tree | fe5d2b9e79dae9be5b7f37849be00500d3abf1a7 /media-gfx/feh | |
parent | Now requires manual download of flash_linux.tgz because the copy on ibiblio i... (diff) | |
download | historical-97d6db31e2f975fcabb1d2510d478719d8ea649d.tar.gz historical-97d6db31e2f975fcabb1d2510d478719d8ea649d.tar.bz2 historical-97d6db31e2f975fcabb1d2510d478719d8ea649d.zip |
added header and fixed some tabs
Diffstat (limited to 'media-gfx/feh')
-rw-r--r-- | media-gfx/feh/feh-1.1.0.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/media-gfx/feh/feh-1.1.0.ebuild b/media-gfx/feh/feh-1.1.0.ebuild index dd8c8215aea4..841073159d92 100644 --- a/media-gfx/feh/feh-1.1.0.ebuild +++ b/media-gfx/feh/feh-1.1.0.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Craig Joly <joly@ee.ualberta.ca> +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.1.0.ebuild,v 1.3 2001/10/29 07:40:18 lordjoe Exp $ S=${WORKDIR}/${P} DESCRIPTION="A fast, lightweight imageviewer using imlib2" @@ -12,10 +13,10 @@ DEPEND="media-libs/imlib2" src_compile() { - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --host=${CHOST} || die + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --host=${CHOST} || die emake || die } @@ -23,10 +24,10 @@ src_compile() { src_install () { make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - docsdir=${D}/usr/share/doc/${PF} \ - install || die + mandir=${D}/usr/share/man \ + infodir=${D}/usr/share/info \ + docsdir=${D}/usr/share/doc/${PF} \ + install || die # gzip the docs gzip ${D}/usr/share/doc/${PF}/* |