diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-24 09:23:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-24 09:23:42 +0000 |
commit | af3af8e55b5611a316b6674ed913caad65a0ba14 (patch) | |
tree | 9a8af54e7c688f21597d73d5f743e028f778d252 /media-gfx/feh/feh-1.3.4.ebuild | |
parent | Turned off batch configure option, cought by Phil (diff) | |
download | historical-af3af8e55b5611a316b6674ed913caad65a0ba14.tar.gz historical-af3af8e55b5611a316b6674ed913caad65a0ba14.tar.bz2 historical-af3af8e55b5611a316b6674ed913caad65a0ba14.zip |
Version bump #99973 by Joshua Jackson.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-gfx/feh/feh-1.3.4.ebuild')
-rw-r--r-- | media-gfx/feh/feh-1.3.4.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-gfx/feh/feh-1.3.4.ebuild b/media-gfx/feh/feh-1.3.4.ebuild new file mode 100644 index 000000000000..37d5ce451486 --- /dev/null +++ b/media-gfx/feh/feh-1.3.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/feh/feh-1.3.4.ebuild,v 1.1 2005/07/24 09:23:42 vapier Exp $ + +DESCRIPTION="A fast, lightweight imageviewer using imlib2" +HOMEPAGE="http://www.linuxbrit.co.uk/feh" +SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=media-libs/giblib-1.2.4 + >=media-libs/imlib2-1.0.0 + >=media-libs/jpeg-6b-r4 + media-libs/libpng + virtual/x11" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "/^docsdir =/s:doc/feh:share/doc/${PF}:" Makefile.in +} + +src_install() { + make install DESTDIR="${D}" || die + dodoc AUTHORS ChangeLog README TODO +} |