diff options
-rw-r--r-- | dev-lang/swig/swig-1.3.21.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/dev-lang/swig/swig-1.3.21.ebuild b/dev-lang/swig/swig-1.3.21.ebuild index 59b8c9601e07..f4e2b751781d 100644 --- a/dev-lang/swig/swig-1.3.21.ebuild +++ b/dev-lang/swig/swig-1.3.21.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.21.ebuild,v 1.12 2004/05/15 20:48:30 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-1.3.21.ebuild,v 1.13 2004/05/28 13:25:22 vapier Exp $ -IUSE="java guile python tcltk ruby perl" - -S=${WORKDIR}/SWIG-${PV} DESCRIPTION="Simplied Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.swig.org" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86 ~ppc sparc mips alpha arm ~hppa ~amd64 ia64 s390" +IUSE="java guile python tcltk ruby perl" + DEPEND="virtual/glibc >=sys-devel/gcc-2.95.2 python? ( >=dev-lang/python-2.0 ) @@ -16,9 +19,8 @@ DEPEND="virtual/glibc guile? ( >=dev-util/guile-1.4 ) tcltk? ( >=dev-lang/tk-8.3 ) perl? ( >=dev-lang/perl-5.6.1 )" -SLOT="0" -LICENSE="as-is" -KEYWORDS="alpha ~hppa sparc x86 ~amd64 ~ppc mips ~ia64 s390" + +S=${WORKDIR}/SWIG-${PV} src_compile() { local myc |