diff options
Diffstat (limited to 'x11-plugins/wmitime/wmitime-0.3.ebuild')
-rw-r--r-- | x11-plugins/wmitime/wmitime-0.3.ebuild | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/x11-plugins/wmitime/wmitime-0.3.ebuild b/x11-plugins/wmitime/wmitime-0.3.ebuild index ee1607d71f27..e43cdb226846 100644 --- a/x11-plugins/wmitime/wmitime-0.3.ebuild +++ b/x11-plugins/wmitime/wmitime-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/${PN}" @@ -16,26 +16,19 @@ DEPEND="virtual/glibc virtual/x11" src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/makefile.diff || die "patch failed" - + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/makefile.diff } src_compile() { - cd ${S}/wmitime make || die "make failed" - } src_install() { - cd ${S}/wmitime dobin wmitime cd ${S} dodoc BUGS CHANGES COPYING README - } |