blob: d2b1ea884e1bd7fe2e2bab2d792f4237a59939a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/playspc/playspc-20010722.ebuild,v 1.1 2008/04/27 04:49:09 drac Exp $
DESCRIPTION="a console program utilizing the SNeSe SPC core to play SPC files"
HOMEPAGE="http://playspc.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
S=${WORKDIR}
src_install() {
dobin ${PN}
dodoc README
}
|