blob: 38189a2e014719b0f86730104619f0d575051a85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.4 2007/07/12 06:31:38 mr_bones_ 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}
|