diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 11:36:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 11:36:53 +0000 |
commit | 511e33e9b8ac87b1f15a19ed318c3cab31f3d050 (patch) | |
tree | fed6d42b9ed74a42d51f9c784bdc9b264d113851 /media-gfx/sane-frontends | |
parent | added new licenses to list (diff) | |
download | gentoo-2-511e33e9b8ac87b1f15a19ed318c3cab31f3d050.tar.gz gentoo-2-511e33e9b8ac87b1f15a19ed318c3cab31f3d050.tar.bz2 gentoo-2-511e33e9b8ac87b1f15a19ed318c3cab31f3d050.zip |
ppc KEYWORDS and misc fixes
Diffstat (limited to 'media-gfx/sane-frontends')
-rw-r--r-- | media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild index 9179d12ced78..7c8da7d25fe5 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild,v 1.3 2002/07/11 06:30:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-frontends/sane-frontends-1.0.8.ebuild,v 1.4 2002/07/16 11:36:46 seemant 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.8" -SRC_URI="ftp://ftp.mostang.com/pub/sane/sane-${PV}/${P}.tar.gz" -S=${WORKDIR}/${P} +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86 ppc" src_compile() { ./configure \ |