blob: 80d6248bc4497b93b4bed38d63c075c94af0de13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.3 2004/08/02 10:03:39 s4t4n Exp $
DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey"
HOMEPAGE="http://dockapps.org/file.php/id/174"
SRC_URI="http://dockapps.org/download.php/id/298/wmmldonkey3.tar.gz"
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="virtual/x11
net-p2p/mldonkey"
S=${WORKDIR}/wmmldonkey3
src_install()
{
dodoc CHANGELOG LICENSE README
exeinto /usr/bin
doexe wmmldonkey
}
pkg_postinst()
{
einfo "Make sure the mldonkey daemon is running before you"
einfo "attempt to run emmldonkey..."
}
|