diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:41:17 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-06 10:41:17 +0000 |
commit | 928cabbf092a8633a5ca622e4e69d197a0e68f3e (patch) | |
tree | 8791fd200cd2554a94c0606f1cd7ac1bea9194a4 /dev-libs/libole2/libole2-0.2.3-r1.ebuild | |
parent | move gtk+ apps to /usr and use gtk+-1.2.10-r4, #2 (diff) | |
download | gentoo-2-928cabbf092a8633a5ca622e4e69d197a0e68f3e.tar.gz gentoo-2-928cabbf092a8633a5ca622e4e69d197a0e68f3e.tar.bz2 gentoo-2-928cabbf092a8633a5ca622e4e69d197a0e68f3e.zip |
more in the great move
Diffstat (limited to 'dev-libs/libole2/libole2-0.2.3-r1.ebuild')
-rw-r--r-- | dev-libs/libole2/libole2-0.2.3-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libole2/libole2-0.2.3-r1.ebuild b/dev-libs/libole2/libole2-0.2.3-r1.ebuild new file mode 100644 index 000000000000..241eadd0d62b --- /dev/null +++ b/dev-libs/libole2/libole2-0.2.3-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="libole2" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=dev-libs/glib-1.2.8" + +src_compile() { + ./configure --host=${CHOST} \ + --prefix=/usr || die + + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING ChangeLog NEWS README* TODO +} |