summaryrefslogtreecommitdiff
blob: bac4f3289c7e5fcc7e2de04bdcd2d10983492ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxcd/roxcd-0.5.4.ebuild,v 1.1 2005/10/07 11:12:06 svyatogor Exp $

MY_PN="RoxCD"
DESCRIPTION="RoxCD - A CD Player/Ripper for the ROX Desktop"
HOMEPAGE="http://www.rdsarts.com/code/roxcd"
SRC_URI="http://www.rdsarts.com/code/roxcd/files/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

ROX_LIB_VER=1.9.14
APPNAME=${MY_PN}
S=${WORKDIR}

inherit rox

#YUCK, there is a subdiretory in Help for the Licenses.
#need to move it
src_unpack() {
	unpack ${A}
	cd ${APPNAME}/Help
	mv Licenses-Text/* ./
	rm -fr Licenses-Text
}