summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-03-09 18:46:00 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-03-09 18:46:00 +0000
commit03e15b9a88cdd70b5995510a050361ff3fef4876 (patch)
tree244e577e9a27062062bef4537bf9ca5e4d5f6e92 /media-gfx/sane-frontends/sane-frontends-1.0.10.ebuild
parentbump (diff)
downloadgentoo-2-03e15b9a88cdd70b5995510a050361ff3fef4876.tar.gz
gentoo-2-03e15b9a88cdd70b5995510a050361ff3fef4876.tar.bz2
gentoo-2-03e15b9a88cdd70b5995510a050361ff3fef4876.zip
Version bump
Diffstat (limited to 'media-gfx/sane-frontends/sane-frontends-1.0.10.ebuild')
-rw-r--r--media-gfx/sane-frontends/sane-frontends-1.0.10.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.10.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.10.ebuild
new file mode 100644
index 000000000000..391d11f10a84
--- /dev/null
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.10.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 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.10.ebuild,v 1.1 2003/03/09 18:46:00 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Scanner Access Now Easy"
+HOMEPAGE="http://www.mostang.com/sane/"
+SRC_URI="ftp://ftp.mostang.com/pub/sane/${P}/${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
+}