summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/feh')
-rw-r--r--media-gfx/feh/feh-1.1.1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/media-gfx/feh/feh-1.1.1.ebuild b/media-gfx/feh/feh-1.1.1.ebuild
index f631b841e753..e21cfd02791f 100644
--- a/media-gfx/feh/feh-1.1.1.ebuild
+++ b/media-gfx/feh/feh-1.1.1.ebuild
@@ -1,26 +1,25 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.1.1.ebuild,v 1.4 2002/10/04 05:44:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.1.1.ebuild,v 1.5 2002/10/18 20:34:09 vapier Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A fast, lightweight imageviewer using imlib2"
SRC_URI="http://www.linuxbrit.co.uk/downloads/feh-${PV}.tar.gz"
-HOMEPAGE="http://www.linuxbrit.co.uk/feh"
+HOMEPAGE="http://www.linuxbrit.co.uk/feh/"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
DEPEND="media-libs/imlib2"
+RDEPEND="${DEPEND}"
src_compile() {
-
- econf || die
+ econf || die
emake || die
}
-src_install () {
-
+src_install() {
einstall \
docsdir=${D}/usr/share/doc/${PF} || die