blob: 947de3a0a7dce0504102dd7dbba2f81b106e529a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-sid/xmms-sid-0.7.3.ebuild,v 1.7 2004/06/24 23:45:37 agriffis Exp $
DESCRIPTION="C64 SID plugin for XMMS"
HOMEPAGE="http://www.tnsp.org/xmms-sid.php"
SRC_URI="http://www.tnsp.org/xs-files/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~sparc ~alpha ~hppa"
IUSE=""
DEPEND="media-sound/xmms
=media-libs/libsidplay-1.36*"
src_install () {
make DESTDIR=${D} install || die
dodoc AUTHORS BUGS COPYING ChangeLog INSTALL README* NEWS TODO
}
|