diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmtimer/wmtimer-2.4.ebuild | |
parent | cleanup (diff) | |
download | historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2 historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmtimer/wmtimer-2.4.ebuild')
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.4.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11-plugins/wmtimer/wmtimer-2.4.ebuild b/x11-plugins/wmtimer/wmtimer-2.4.ebuild index f247406e128c..d7a0ac001c95 100644 --- a/x11-plugins/wmtimer/wmtimer-2.4.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.4.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.9 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.10 2004/01/04 18:36:48 aliz Exp $ S=${WORKDIR}/${P} -S2=${S}/wmtimer DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode" SRC_URI="http://home.dwave.net/~jking/wmtimer/${P}.tar.gz" @@ -17,14 +16,13 @@ DEPEND="virtual/glibc virtual/x11 =x11-libs/gtk+-1.2*" -src_compile() { - - cd ${S2} - cp Makefile Makefile.orig - sed -e "s:-O2 -Wall:${CFLAGS}:" Makefile.orig > Makefile +src_unpack() { + unpack ${A} ; cd ${S}/wmtimer + sed -i -e "s:-O2 -Wall:${CFLAGS}:" Makefile +} +src_compile() { emake || die - } src_install () { |