diff options
Diffstat (limited to 'media-gfx/sane-frontends/sane-frontends-1.0.9.ebuild')
-rw-r--r-- | media-gfx/sane-frontends/sane-frontends-1.0.9.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.9.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.9.ebuild new file mode 100644 index 000000000000..9b102f765fa9 --- /dev/null +++ b/media-gfx/sane-frontends/sane-frontends-1.0.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.9.ebuild,v 1.1 2002/12/01 05:24:01 mkeadle Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Scanner Access Now Easy" +HOMEPAGE="http://www.mostang.com/sane/" +SRC_URI="ftp://ftp.mostang.com/pub/sane/sane-${PV}/${P}.tar.gz" + +DEPEND=">=media-gfx/sane-backends-1.0.9" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +IUSE="" + +src_compile() { + econf \ + --datadir=/usr/share/misc || die + emake || die "emake failed" +} + +src_install() { + einstall datadir=${D}/usr/share/misc || die + + dodir /usr/lib/gimp/1.2/plug-ins + dosym /usr/bin/xscanimage /usr/lib/gimp/1.2/plug-ins/xscanimage + dodoc AUTHORS COPYING Changelog NEWS PROBLEMS README TODO +} |