diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-06 15:35:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-06 15:35:28 +0000 |
commit | 4b3f19ee31db337bc7f1feae40b6a9d7466118fa (patch) | |
tree | d81266010cbaffdb5bab6cdc2f72f5bf824b8fa4 /x11-libs/xclass/xclass-0.7.4.ebuild | |
parent | Removed RDEPEND="${DEPEND}" (diff) | |
download | historical-4b3f19ee31db337bc7f1feae40b6a9d7466118fa.tar.gz historical-4b3f19ee31db337bc7f1feae40b6a9d7466118fa.tar.bz2 historical-4b3f19ee31db337bc7f1feae40b6a9d7466118fa.zip |
Removed RDEPEND="${DEPEND}"
Diffstat (limited to 'x11-libs/xclass/xclass-0.7.4.ebuild')
-rw-r--r-- | x11-libs/xclass/xclass-0.7.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-libs/xclass/xclass-0.7.4.ebuild b/x11-libs/xclass/xclass-0.7.4.ebuild index 34911ee7515b..cb919384a504 100644 --- a/x11-libs/xclass/xclass-0.7.4.ebuild +++ b/x11-libs/xclass/xclass-0.7.4.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.1 2002/10/23 14:45:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.2 2002/11/06 15:35:28 vapier Exp $ -IUSE="" DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" SRC_URI="ftp://mitac11.uia.ac.be/pub/xclass/${P}.tar.gz" + LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +IUSE="" DEPEND="virtual/x11 virtual/glibc" -RDEPEND="${DEPEND}" - S="${WORKDIR}/${P}" src_compile() { - econf --enable-shared=yes --with-x || die "configure failed" + econf --enable-shared=yes --with-x # for some reason -fPIC dies while sandboxed ... cd ${S}/lib/libxclass @@ -34,7 +33,6 @@ src_compile() { } src_install() { - cd ${S} rm -rf `find . -name 'Makefile*'` dobin config/xc-config |