summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2004-06-22 20:08:27 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2004-06-22 20:08:27 +0000
commit05b58bd6366767f2263b10a098b9a84fda544e52 (patch)
treeb8af299cf49f16953d1ccf93dd2f7859b861106c /x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild
parentamd64 (Manifest recommit) (diff)
downloadgentoo-2-05b58bd6366767f2263b10a098b9a84fda544e52.tar.gz
gentoo-2-05b58bd6366767f2263b10a098b9a84fda544e52.tar.bz2
gentoo-2-05b58bd6366767f2263b10a098b9a84fda544e52.zip
Initial import of x11-plugins/wmdiskmon
Diffstat (limited to 'x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild')
-rw-r--r--x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild
new file mode 100644
index 000000000000..35a6e7426ab7
--- /dev/null
+++ b/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdiskmon/wmdiskmon-0.0.1.ebuild,v 1.1 2004/06/22 20:08:27 s4t4n Exp $
+
+inherit eutils
+
+IUSE=""
+
+DESCRIPTION="Window Maker dockapp to display disk space usage."
+SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
+HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+DEPEND="virtual/x11"
+
+src_install () {
+ einstall || die "Installation failed"
+
+ dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
+}