mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-28 06:45:49 +01:00
25 lines
705 B
Bash
25 lines
705 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-cornerxmms/desklet-cornerxmms-0.1.0.ebuild,v 1.4 2006/10/06 12:59:03 nixnut Exp $
|
|
|
|
inherit gdesklets
|
|
|
|
DESKLET_NAME="CornerXMMS"
|
|
|
|
MY_P="${DESKLET_NAME}-${PV}"
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="A desklet for controlling XMMS"
|
|
HOMEPAGE="http://gdesklets.gnomedesktop.org/categories.php?func=gd_show_app&gd_app_id=287"
|
|
SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
IUSE=""
|
|
KEYWORDS="~ia64 ~ppc ~x86"
|
|
|
|
RDEPEND=">=gnome-extra/gdesklets-core-0.35
|
|
>=dev-python/pyxmms-2.06"
|
|
|
|
DOCS="Changelog README TODO"
|