diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-04-20 15:31:25 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-04-20 15:31:25 +0000 |
commit | 8a49c280822f0a8493ae79dff0808a6b36d14db0 (patch) | |
tree | 67f04d75365952dacae30a67baf3fb72676b8f21 /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | |
parent | (no commit message) (diff) | |
download | historical-8a49c280822f0a8493ae79dff0808a6b36d14db0.tar.gz historical-8a49c280822f0a8493ae79dff0808a6b36d14db0.tar.bz2 historical-8a49c280822f0a8493ae79dff0808a6b36d14db0.zip |
Initial ebuild.
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild new file mode 100644 index 000000000000..590effc2eed8 --- /dev/null +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.1 2004/04/20 15:31:22 mholzer Exp $ + +DESCRIPTION="Configurable Tray Icons for GKrellM" +HOMEPAGE="http://sweb.cz/tripie/gkrellm/trayicons/" +SRC_URI="http://sweb.cz/tripie/gkrellm/trayicons/dist/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="mpeg4" + +DEPEND="app-admin/gkrellm" + +src_compile() { + emake || die +} + +src_install() { + insinto /usr/lib/gkrellm2/plugins + doins trayicons.so + dodoc AUTHORS LICENSE ChangeLog +} |