blob: 4993462b06bc118c900241c1b937195fd24b77ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/modplugbmp/modplugbmp-2.05.ebuild,v 1.2 2005/03/21 20:42:38 luckyduck Exp $
IUSE=""
DESCRIPTION="BMP plugin for MOD-like music files"
SRC_URI="http://thefun.trucs.org/${P}.tar.bz2"
HOMEPAGE="http://thefun.trucs.org"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
DEPEND=">=media-sound/beep-media-player-0.9.7
>=media-libs/libmodplug-0.7"
src_install () {
make DESTDIR=${D} install || die
}
|