diff options
author | 2007-02-21 15:53:30 +0000 | |
---|---|---|
committer | 2007-02-21 15:53:30 +0000 | |
commit | 6ddc425046115d9716840d2270298cd49756996b (patch) | |
tree | 381a093044026fa9c5acfd0cd7895cb8ab7639a9 /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild | |
parent | Convert to Manifest2 (diff) | |
download | historical-6ddc425046115d9716840d2270298cd49756996b.tar.gz historical-6ddc425046115d9716840d2270298cd49756996b.tar.bz2 historical-6ddc425046115d9716840d2270298cd49756996b.zip |
Version bump to 1.03 (Bug 106024)
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild new file mode 100644 index 000000000000..47df89ebe71c --- /dev/null +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild,v 1.1 2007/02/21 15:53:30 lack Exp $ + +inherit multilib + +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="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="app-admin/gkrellm" + +src_compile() { + emake || die "emake failed" +} + +src_install() { + insinto /usr/$(get_libdir)/gkrellm2/plugins + doins trayicons.so + dodoc AUTHORS LICENSE ChangeLog +} |