summaryrefslogtreecommitdiff
blob: 17e4943c7794ad8924caa843a054bd90627662ef (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
28
29
30
31
32
33
34
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-smbwho/karamba-smbwho-0.1.ebuild,v 1.6 2004/02/28 17:58:58 aliz Exp $

DESCRIPTION="Samba status plugin for Karamba"
HOMEPAGE="http://www.kdelook.org/content/show.php?content=5698"
SRC_URI="http://www.kdelook.org/content/files/5698-smbwho-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"

RDEPEND="|| ( >=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21 )"

src_unpack () {
	unpack ${A}
	mv smbwho ${P}
}

src_compile () {
	echo -n ""
}

src_install () {
	dodir /usr/share/karamba/bin /usr/share/karamba/themes
	cp smbwho.py ${D}/usr/share/karamba/bin
	chmod 755 ${D}/usr/share/karamba/bin/smbwho.py

	dodir /usr/share/karamba/themes/smbwho
	cp -r smbstats.theme ${D}/usr/share/karamba/themes/smbwho/smbwho.theme
	cp -r pics ${D}/usr/share/karamba/themes/smbwho
	chmod -R go=u,go-w ${D}/usr/share/karamba/themes/smbwho

	dodoc README
}