diff options
Diffstat (limited to 'x11-plugins/wmmp/wmmp-0.8.0.ebuild')
-rw-r--r-- | x11-plugins/wmmp/wmmp-0.8.0.ebuild | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11-plugins/wmmp/wmmp-0.8.0.ebuild b/x11-plugins/wmmp/wmmp-0.8.0.ebuild index ab77ca9f7711..fb65d5198d8f 100644 --- a/x11-plugins/wmmp/wmmp-0.8.0.ebuild +++ b/x11-plugins/wmmp/wmmp-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.8.0.ebuild,v 1.5 2004/06/24 23:14:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmp/wmmp-0.8.0.ebuild,v 1.6 2005/10/07 15:43:46 flameeyes Exp $ IUSE="" @@ -16,21 +16,12 @@ KEYWORDS="~x86 ~sparc ~alpha amd64" S=${WORKDIR}/${P/wm/WM} -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "configure failed" - - emake || die "make failed" -} - src_install () { dobin src/WMmp doman doc/WMmp.1 - dodoc AUTHORS COPYING INSTALL README THANKS TODO + dodoc AUTHORS README THANKS TODO } |