summaryrefslogtreecommitdiff
blob: a1918e1b297cefd0f6a1a9c9155bca73331338c3 (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
29
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/playspc_gtk/playspc_gtk-0.2.7.3.ebuild,v 1.2 2003/09/08 07:09:44 msterret Exp $

S=${WORKDIR}/${PN}
DESCRIPTION="Playspc_gtk is a gtk program utilizing the SNeSe SPC core to play SPC files.  RAR support is well integrated."
SRC_URI="mirror://sourceforge/playspc/${P}.tar.gz"
HOMEPAGE="http://playspc.sourceforge.net"

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

DEPEND="app-arch/rar
	=x11-libs/gtk+-1.2*"

src_compile() {
	cd ${S}
	make CFLAGS="${CFLAGS}" || die
}

src_install() {
	exeinto /usr/bin
	dolib.so libopenspc/libopenspc.so
	doexe playspc_gtk spccore
	dodoc CHANGELOG COPYING TODO README
}