summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild')
-rw-r--r--x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild
index ef5340433c8c..f86f0c136230 100644
--- a/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild
+++ b/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v 1.1 2007/10/23 22:28:57 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/compiz-bcop/compiz-bcop-0.6.0.ebuild,v 1.2 2007/10/24 10:30:03 hanno Exp $
DESCRIPTION="Compiz option code generator"
HOMEPAGE="http://compiz-fusion.org"
@@ -13,13 +13,6 @@ IUSE=""
DEPEND="dev-libs/libxslt"
-S="${WORKDIR}/${P}"
-
-src_compile() {
- econf || die "econf failed"
- emake || die "make failed"
-}
-
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS || die "dodoc failed"