27 lines
823 B
Bash
27 lines
823 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
AUTOTOOLS_AUTORECONF=1
|
|
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
|
|
inherit autotools-multilib
|
|
|
|
DESCRIPTION="Library for playing MOD-like music files"
|
|
SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz"
|
|
HOMEPAGE="http://modplug-xmms.sourceforge.net/"
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
|
|
IUSE="static-libs"
|
|
|
|
RDEPEND=""
|
|
DEPEND="virtual/pkgconfig"
|
|
|
|
DOCS=( AUTHORS ChangeLog NEWS README TODO )
|
|
PATCHES=(
|
|
"${FILESDIR}/${PN}-0.8.4-timidity-patches.patch"
|
|
"${FILESDIR}/${P}-no-fast-math.patch"
|
|
"${FILESDIR}/${P}-psm-omf2097-fixes.patch"
|
|
)
|