summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-06 15:36:48 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-06 15:36:48 +0000
commit3602ff157bd0e410d4c7052aa3022904c7065166 (patch)
tree7c16132efaea33b2dc3d84522ee4f21d7237a93e /x11-libs/xclass
parentFixed the ACCESS VIOLATION regarding info and man files in doc dir (diff)
downloadgentoo-2-3602ff157bd0e410d4c7052aa3022904c7065166.tar.gz
gentoo-2-3602ff157bd0e410d4c7052aa3022904c7065166.tar.bz2
gentoo-2-3602ff157bd0e410d4c7052aa3022904c7065166.zip
Removed RDEPEND="${DEPEND}"
Diffstat (limited to 'x11-libs/xclass')
-rw-r--r--x11-libs/xclass/xclass-0.7.4.ebuild10
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