diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-23 00:43:25 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-05-23 00:43:25 +0000 |
commit | ffda4e5ffd311ccd7fcd68fc3d4e46d23c21c362 (patch) | |
tree | 951a7b006585b447cfa11b415f22aa0679991775 /gnome-extra/at-spi | |
parent | Adding gedit2 (diff) | |
download | gentoo-2-ffda4e5ffd311ccd7fcd68fc3d4e46d23c21c362.tar.gz gentoo-2-ffda4e5ffd311ccd7fcd68fc3d4e46d23c21c362.tar.bz2 gentoo-2-ffda4e5ffd311ccd7fcd68fc3d4e46d23c21c362.zip |
adding extra tools from the accessibility toolkit
Diffstat (limited to 'gnome-extra/at-spi')
-rw-r--r-- | gnome-extra/at-spi/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/at-spi/at-spi-0.12.1.ebuild | 46 | ||||
-rw-r--r-- | gnome-extra/at-spi/files/digest-at-spi-0.12.1 | 1 |
3 files changed, 54 insertions, 0 deletions
diff --git a/gnome-extra/at-spi/ChangeLog b/gnome-extra/at-spi/ChangeLog new file mode 100644 index 000000000000..ed0853f672f5 --- /dev/null +++ b/gnome-extra/at-spi/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for gnome-extra/at-spi +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/ChangeLog,v 1.1 2002/05/23 00:43:24 spider Exp $ + +*at-spi-0.12.1 (22 May 2002) + 22 May 2002; Spider <spider@gentoo.org> *t-spi-0.12.1.ebuild : + initial release from gnome2 diff --git a/gnome-extra/at-spi/at-spi-0.12.1.ebuild b/gnome-extra/at-spi/at-spi-0.12.1.ebuild new file mode 100644 index 000000000000..b87de90b76d9 --- /dev/null +++ b/gnome-extra/at-spi/at-spi-0.12.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-0.12.1.ebuild,v 1.1 2002/05/23 00:43:24 spider Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="This is the Gnome Accessibility Toolkit" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/at-spi/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="LGPL-2.1" + +RDEPEND=">=gnome-base/gail-0.9 + >=gnome-base/libbonobo-1.112.0 + >=dev-libs/popt-1.6.3" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + doc? ( dev-util/gtk-doc )" + +src_compile() { + local myconf + libtoolize --copy --force + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --enable-debug=yes || die + + emake || die "compile failed" +} + +src_install() { + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ + install || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} + + + + + diff --git a/gnome-extra/at-spi/files/digest-at-spi-0.12.1 b/gnome-extra/at-spi/files/digest-at-spi-0.12.1 new file mode 100644 index 000000000000..447acb7f8693 --- /dev/null +++ b/gnome-extra/at-spi/files/digest-at-spi-0.12.1 @@ -0,0 +1 @@ +MD5 8aa7aff16abb53181299c1e5938ac665 at-spi-0.12.1.tar.bz2 319756 |