diff options
Diffstat (limited to 'x11-plugins/asmon/asmon-0.62.ebuild')
-rw-r--r-- | x11-plugins/asmon/asmon-0.62.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/asmon/asmon-0.62.ebuild b/x11-plugins/asmon/asmon-0.62.ebuild index a9a882eba6f0..fe682c94004d 100644 --- a/x11-plugins/asmon/asmon-0.62.ebuild +++ b/x11-plugins/asmon/asmon-0.62.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.62.ebuild,v 1.3 2003/05/12 22:54:27 wwoods Exp $ -# Short one-line description of this package. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.62.ebuild,v 1.4 2003/05/13 18:58:31 wwoods Exp $ DESCRIPTION="WindowMaker/AfterStep system monitor dockapp" HOMEPAGE="http://rio.vg/asmon/" SRC_URI="http://www.tigr.net/afterstep/download/asmon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 alpha" DEPEND="virtual/x11" src_unpack() { - unpack ${P}.tar.gz + unpack ${A} cd ${S} epatch ${FILESDIR}/asmon-cflags.diff epatch ${FILESDIR}/asmon-alpha.diff |