| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.10 2003/09/18 07:14:19 avenj Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.11 2003/12/17 04:59:49 brad_mssw Exp $ |
| 4 | |
4 | |
| 5 | inherit libtool |
5 | inherit libtool |
| 6 | |
6 | |
| 7 | DESCRIPTION="The GLib library of C routines" |
7 | DESCRIPTION="The GLib library of C routines" |
| 8 | HOMEPAGE="http://www.gtk.org/" |
8 | HOMEPAGE="http://www.gtk.org/" |
| 9 | SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz |
9 | SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz |
| 10 | ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/${P}.tar.gz" |
10 | ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/${P}.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="LGPL-2.1" |
12 | LICENSE="LGPL-2.1" |
| 13 | SLOT="1" |
13 | SLOT="1" |
| 14 | KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64" |
14 | KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64 ppc64" |
| 15 | |
15 | |
| 16 | DEPEND="virtual/glibc" |
16 | DEPEND="virtual/glibc" |
| 17 | |
17 | |
| 18 | src_compile() { |
18 | src_compile() { |
| 19 | elibtoolize |
19 | elibtoolize |