summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-17 00:10:07 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-17 00:10:07 +0000
commit7a45075d5f25e53b0f6cb7d81be7d1129d0729fe (patch)
treeb5de809024adf3b905168766116fbde73c4a336d /media-libs
parentPatch bug fixed (diff)
downloadhistorical-7a45075d5f25e53b0f6cb7d81be7d1129d0729fe.tar.gz
historical-7a45075d5f25e53b0f6cb7d81be7d1129d0729fe.tar.bz2
historical-7a45075d5f25e53b0f6cb7d81be7d1129d0729fe.zip
Update, thanks quacks
A D A A A A A A A A A A
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.01
-rw-r--r--media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0 b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0
new file mode 100644
index 000000000000..014a210bb81a
--- /dev/null
+++ b/media-libs/gdk-pixbuf/files/digest-gdk-pixbuf-0.11.0
@@ -0,0 +1 @@
+MD5 a4a61cadff79b27c0b1e1ab6e93baf79 gdk-pixbuf-0.11.0.tar.gz
diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.ebuild
new file mode 100644
index 000000000000..b345caf39cca
--- /dev/null
+++ b/media-libs/gdk-pixbuf/gdk-pixbuf-0.11.0.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.11.0.ebuild,v 1.1 2001/05/17 00:10:07 achim 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
+}
+
+
+
+
+
+