diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-08 13:02:17 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-08 13:02:17 +0000 |
commit | 8ebc45846bca85a8f5cec87fca4f7584d797e00e (patch) | |
tree | 022607047c7b606e8c8991d52d9cd01993c89f95 /x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | |
parent | Initial import of x11-plugins/wmacpimon, version 0.2.1 (Manifest recommit) (diff) | |
download | gentoo-2-8ebc45846bca85a8f5cec87fca4f7584d797e00e.tar.gz gentoo-2-8ebc45846bca85a8f5cec87fca4f7584d797e00e.tar.bz2 gentoo-2-8ebc45846bca85a8f5cec87fca4f7584d797e00e.zip |
Initial import of x11-plugins/wmpiki, version 0.2.1
Diffstat (limited to 'x11-plugins/wmpiki/wmpiki-0.2.1.ebuild')
-rw-r--r-- | x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild new file mode 100644 index 000000000000..4e55b3602373 --- /dev/null +++ b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild,v 1.1 2004/07/08 13:02:17 s4t4n Exp $ + +inherit eutils + +IUSE="" + +DESCRIPTION="Wmpiki is a dockapp which checks and displays small leds for indicate hosts activity." +HOMEPAGE="http://clay.ll.pl/projects.html#dockapps" +SRC_URI="http://clay.ll.pl/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/x11" + +src_compile() +{ + make CFLAGS="${CFLAGS}"|| die "Compilation failed" +} + +src_install() +{ + dobin wmpiki + dodoc AUTHORS ChangeLog README config.example +} + +pkg_postinst() +{ + einfo "Don't forget to edit wmpiki configuration file:" + einfo "~/.clay/wmpiki" +} |