summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 05:18:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 05:18:07 +0000
commit3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch)
tree7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/xsane
parentadded SLOT/KEYWORDS (diff)
downloadgentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz
gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2
gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip
repoman'd
Diffstat (limited to 'media-gfx/xsane')
-rw-r--r--media-gfx/xsane/xsane-0.86-r1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/media-gfx/xsane/xsane-0.86-r1.ebuild b/media-gfx/xsane/xsane-0.86-r1.ebuild
index 1c9c2981b9bc..82a8602c729d 100644
--- a/media-gfx/xsane/xsane-0.86-r1.ebuild
+++ b/media-gfx/xsane/xsane-0.86-r1.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# /space/gentoo/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.77-r1.ebuild,v 1.2 2002/04/28 04:50:25 seemant Exp
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.86-r1.ebuild,v 1.2 2002/07/23 05:18:07 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="XSane is a graphical scanning frontend"
SRC_URI="http://www.xsane.org/download/${P}.tar.gz"
HOMEPAGE="http://www.xsane.org"
-DEPEND="media-gfx/sane-backends"
-
SLOT="0"
LICENSE="GPL-2"
-KEYWORDs="x86 ppc"
+KEYWORDS="x86 ppc"
+
+DEPEND="media-gfx/sane-backends"
src_compile() {
@@ -21,9 +21,7 @@ src_compile() {
use png || myconf="${myconf} --disable-png"
use tiff || myconf="${myconf} --disable-tiff"
- econf \
- --prefix=/usr \
- ${myconf} || die
+ econf ${myconf} || die
make || die
}