summaryrefslogtreecommitdiff
blob: 2a1e88251466bfa7d2971569da7d15054b5d411e (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-outpost/xmms-outpost-0.15.ebuild,v 1.5 2004/06/24 23:44:35 agriffis Exp $

inherit kde
need-kde 3

MY_P=${P/xmms-/}
S=${WORKDIR}/outpost

DEPEND="media-sound/xmms"

DESCRIPTION="XMMS Outpost is an KDE Application embedded into the KDE Systray for controlling XMMS."
SRC_URI="http://axj.tuxipuxi.de/software/${MY_P}.tar.bz2"
HOMEPAGE="http://axj.tuxipuxi.de/"

LICENSE="GPL-2"
KEYWORDS="x86 ~ppc ~amd64"

IUSE=""

SLOT="0"

src_compile() {
	make
}

src_install() {
	exeinto /usr/bin
	doexe outpost

	dodoc README README.de CHANGELOG
}