blob: 9659eb08208ea8c2de33eac6f856a51b5093d14b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.1.ebuild,v 1.9 2004/09/14 16:40:50 eradicator Exp $
IUSE=""
DESCRIPTION="MikMod is a console MOD-Player based on libmikmod"
HOMEPAGE="http://mikmod.raphnet.net/"
SRC_URI="http://mikmod.raphnet.net/files/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 sparc ~ppc"
DEPEND=">=media-libs/libmikmod-3.1.5"
src_install () {
make DESTDIR=${D} install || die
dodoc README NEWS
}
|