diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-07-06 23:49:00 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-07-06 23:49:00 +0000 |
commit | a0082a7a3ef5d4a4091e044a134a73c0a10b1843 (patch) | |
tree | cc244bd7e825e5ce6b944c06a1f44f451f6f98eb /gnome-base | |
parent | Added the other three tarballs to the A= line. (diff) | |
download | gentoo-2-a0082a7a3ef5d4a4091e044a134a73c0a10b1843.tar.gz gentoo-2-a0082a7a3ef5d4a4091e044a134a73c0a10b1843.tar.bz2 gentoo-2-a0082a7a3ef5d4a4091e044a134a73c0a10b1843.zip |
updated to 1.0.1, will make nautilus 1.0.4 depend on this, read more about it at: http://mail.gnome.org/archives/gnome-announce-list/2001-July/msg00010.html
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/files/digest-librsvg-1.0.1 | 1 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-1.0.1.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/gnome-base/librsvg/files/digest-librsvg-1.0.1 b/gnome-base/librsvg/files/digest-librsvg-1.0.1 new file mode 100644 index 000000000000..2ba31024d699 --- /dev/null +++ b/gnome-base/librsvg/files/digest-librsvg-1.0.1 @@ -0,0 +1 @@ +MD5 aea434dc24aba3f1952e2a0aade8ed4e librsvg-1.0.1.tar.gz diff --git a/gnome-base/librsvg/librsvg-1.0.1.ebuild b/gnome-base/librsvg/librsvg-1.0.1.ebuild new file mode 100644 index 000000000000..d2508b265429 --- /dev/null +++ b/gnome-base/librsvg/librsvg-1.0.1.ebuild @@ -0,0 +1,32 @@ +# 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="librsvg" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +HOMEPAGE="http://www.gnome.org/" + +DEPEND=">=gnome-base/gnome-libs-1.2.10 + >=media-libs/freetype-2.0.1 + >=gnome-base/libxml-1.8 + >=gnome-base/gdk-pixbuf-0.10 + >=dev-libs/popt-1.5" +RDEPEND="virtual/glibc" + + +src_compile() { + try ./configure --host=${CHOST} --prefix=/opt/gnome \ + --sysconfdir=/etc/opt/gnome + try pmake +} + +src_install() { + try make DESTDIR=${D} install + dodoc AUTHORS COPYING ChangeLog NEWS README* +} + + + |