summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Gavin <pete@gentoo.org>2001-04-13 16:59:03 +0000
committerPeter Gavin <pete@gentoo.org>2001-04-13 16:59:03 +0000
commit6874b4f2760c18607d637bae9e87da40a9f4b70e (patch)
tree59d3700009c7fdf3efd9fd91e2e704fe7ba40146 /media-libs/gdk-pixbuf
parent*** empty log message *** (diff)
downloadgentoo-2-6874b4f2760c18607d637bae9e87da40a9f4b70e.tar.gz
gentoo-2-6874b4f2760c18607d637bae9e87da40a9f4b70e.tar.bz2
gentoo-2-6874b4f2760c18607d637bae9e87da40a9f4b70e.zip
more gnome updates
Diffstat (limited to 'media-libs/gdk-pixbuf')
-rw-r--r--media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.10.11
-rw-r--r--media-libs/gdk-pixbuf/gdk-pixbuf-0.10.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.10.1 b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.10.1
new file mode 100644
index 000000000000..e70af3d0571a
--- /dev/null
+++ b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.10.1
@@ -0,0 +1 @@
+MD5 eb554077f6f176da32e263dcacfe34c4 gdk-pixbuf-0.10.1.tar.gz
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.10.1.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.10.1.ebuild
new file mode 100644
index 000000000000..362bff4de6ca
--- /dev/null
+++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.10.1.ebuild
@@ -0,0 +1,29 @@
+# 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: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.10.1.ebuild,v 1.1 2001/04/13 16:59:03 pete Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="GNOME Image Library"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A}
+
+DEPEND=">=gnome-base/gnome-libs-1.2.13"
+
+src_compile() {
+
+ try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
+ try make
+}
+
+src_install() {
+
+ try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
+ dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO
+}
+
+
+
+
+
+