diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:47:08 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 10:47:08 +0000 |
commit | 99320bc607763bcbf740872aabcddb20d4d0585c (patch) | |
tree | d0ca2fbc6cdde6dec8b9bf9e65c6936aea853a56 /media-gfx/sane-frontends | |
parent | Missing file added (diff) | |
download | gentoo-2-99320bc607763bcbf740872aabcddb20d4d0585c.tar.gz gentoo-2-99320bc607763bcbf740872aabcddb20d4d0585c.tar.bz2 gentoo-2-99320bc607763bcbf740872aabcddb20d4d0585c.zip |
Cleanup
Diffstat (limited to 'media-gfx/sane-frontends')
-rw-r--r-- | media-gfx/sane-frontends/files/digest-sane-frontends-1.0.4 | 1 | ||||
-rw-r--r-- | media-gfx/sane-frontends/sane-frontends-1.0.4.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/media-gfx/sane-frontends/files/digest-sane-frontends-1.0.4 b/media-gfx/sane-frontends/files/digest-sane-frontends-1.0.4 deleted file mode 100644 index 49b611435e64..000000000000 --- a/media-gfx/sane-frontends/files/digest-sane-frontends-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8d1d0afba88f1d1604c67e14738b74d sane-frontends-1.0.4.tar.gz diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.4.ebuild deleted file mode 100644 index 7380a92c815a..000000000000 --- a/media-gfx/sane-frontends/sane-frontends-1.0.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.4.ebuild,v 1.1 2001/02/02 19:49:09 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Scanner Access Now Easy" -SRC_URI="ftp://ftp.mostang.com/pub/sane/${A}" -HOMEPAGE="http://www.mostang.com/sane/" - -DEPEND=">=media-gfx/gimp-1.2 - =media-gfx/sane-backends-1.0.4" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr/X11R6 \ - --datadir=/usr/X11R6/share/misc --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr/X11R6 datadir=${D}/usr/X11R6/share/misc install - dodir /usr/X11R6/lib/gimp/1.2/plug-ins - dosym /usr/X11R6/bin/xscanimage /usr/X11R6/lib/gimp/1.2/plug-ins/xscanimage - - dodoc AUTHORS COPYING Changelog NEWS PROBLEMS README TODO -} - |