diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-08-13 00:56:30 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-08-13 00:56:30 +0000 |
commit | dae4575208a7a74a127aae5dd3df5176797f78c4 (patch) | |
tree | 18f4281c6ccf2e6fc93507e8372919ab7d550f82 /x11-libs | |
parent | A new glibc that now compiles even if you don't use a -O optimization flag (diff) | |
download | historical-dae4575208a7a74a127aae5dd3df5176797f78c4.tar.gz historical-dae4575208a7a74a127aae5dd3df5176797f78c4.tar.bz2 historical-dae4575208a7a74a127aae5dd3df5176797f78c4.zip |
Added Buffy GTK+ theme engine, version 0.2
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/buffy/buffy-0.2.ebuild | 33 | ||||
-rw-r--r-- | x11-libs/buffy/files/digest-buffy-0.2 | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/x11-libs/buffy/buffy-0.2.ebuild b/x11-libs/buffy/buffy-0.2.ebuild new file mode 100644 index 000000000000..942f0747a2b0 --- /dev/null +++ b/x11-libs/buffy/buffy-0.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Karl Trygve Kalleberg <karltk@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-libs/buffy/buffy-0.2.ebuild,v 1.1 2001/08/13 00:56:30 karltk Exp $ + +S=${WORKDIR}/${P} + +DESCRIPTION="GTK+ theme engine" + +SRC_URI="http://reality.sgi.com/offer/src/buffy/${P}.tar.gz" + +HOMEPAGE="http://reality.sgi.com/offer/src/buffy/" + +DEPEND="virtual/glibc + >=x11-libs/gtk+-1.2.10" + +src_compile() { + + try ./configure --infodir=/usr/info \ + --mandir=/usr/X11R6/man \ + --prefix=/usr/X11R6 \ + --host=${CHOST} + try emake +} + +src_install () { + + # try make prefix=${D}/usr install + + dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog + try make DESTDIR=${D} install +} + diff --git a/x11-libs/buffy/files/digest-buffy-0.2 b/x11-libs/buffy/files/digest-buffy-0.2 new file mode 100644 index 000000000000..0a9ff79464e9 --- /dev/null +++ b/x11-libs/buffy/files/digest-buffy-0.2 @@ -0,0 +1 @@ +MD5 8124ebe688d117b272624770c95276e2 buffy-0.2.tar.gz |