diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:44:13 +0000 |
commit | 425e3f458fe1a5cfdf3c6a3428215f4483307747 (patch) | |
tree | 0eee246ccba7098070d351136796036965dff197 /x11-misc/wmappl/wmappl-0.6.ebuild | |
parent | Security update. (diff) | |
download | gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.gz gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.tar.bz2 gentoo-2-425e3f458fe1a5cfdf3c6a3428215f4483307747.zip |
moved WindowMaker dockapps from x11-misc to x11-plugins
Diffstat (limited to 'x11-misc/wmappl/wmappl-0.6.ebuild')
-rw-r--r-- | x11-misc/wmappl/wmappl-0.6.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-misc/wmappl/wmappl-0.6.ebuild b/x11-misc/wmappl/wmappl-0.6.ebuild deleted file mode 100644 index fa959bad3982..000000000000 --- a/x11-misc/wmappl/wmappl-0.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) Vitaly Kushneriuk -# Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmappl/wmappl-0.6.ebuild,v 1.6 2002/08/14 23:44:15 murphy Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="Simple application launcher for the Window Maker dock." -SRC_URI="http://www.upl.cs.wisc.edu/~charkins/wmappl/${P}.tar.gz" -HOMEPAGE="http://www.pobox.com/~charkins/wmappl.html" -DEPEND="x11-base/xfree virtual/glibc" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc sparc64" - -src_compile() { - emake || die -} - -src_install () { - dobin wmappl - dodoc README LICENSE CHANGELOG sample.wmapplrc - insinto /usr/share/icons/wmappl - doins icons/* -} |