blob: 7745dcee1a3d7f145f3f611965b085a0d321addc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gxmms/gxmms-0.1.0.ebuild,v 1.2 2004/03/24 15:53:24 jhuebel Exp $
inherit gnome2
DESCRIPTION="XMMS applet for Gnome2 panel"
HOMEPAGE="http://www.nongnu.org/gxmms/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
USE_DESTDIR="1"
DEPEND=">=media-sound/xmms-1.2.7-r23
>=gnome-base/gnome-panel-2.0"
|