mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-27 17:02:30 +01:00
30 lines
572 B
Bash
30 lines
572 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxmms/roxmms-0.3.6.ebuild,v 1.2 2005/03/06 00:32:18 josejx Exp $
|
|
|
|
DESCRIPTION="ROX-MMS - An XMMS control applet for the ROX desktop"
|
|
|
|
MY_PN="ROX-MMS"
|
|
|
|
HOMEPAGE=" http://www.skepticats.com/rox/rox-mms.html"
|
|
|
|
SRC_URI="http://www.skepticats.com/rox/dist/${MY_PN}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~x86 ~ppc"
|
|
|
|
IUSE=""
|
|
|
|
DEPEND="media-sound/xmms"
|
|
|
|
ROX_CLIB_VER=2.1.1
|
|
|
|
APPNAME=${MY_PN}
|
|
|
|
S=${WORKDIR}
|
|
|
|
inherit rox
|