blob: 3bf59cc7ab92dadc0fb0ec74746787445520c490 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxcd/roxcd-0.4.5.ebuild,v 1.3 2006/11/17 14:57:32 lack Exp $
ROX_LIB_VER=1.9.11
inherit rox
DESCRIPTION="RoxCD - A CD Player/Ripper for the ROX Desktop"
MY_PN="RoxCD"
HOMEPAGE="http://www.rdsarts.com/code/roxcd"
SRC_URI="http://www.rdsarts.com/code/roxcd/${MY_PN}-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
APPNAME=${MY_PN}
S=${WORKDIR}
|