2014-02-10 16:59:40 +01:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-08-08 09:21:47 +02:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-02-10 16:59:40 +01:00
|
|
|
# $Header: $
|
2012-08-08 09:21:47 +02:00
|
|
|
|
2013-04-30 18:33:24 +02:00
|
|
|
EAPI="5"
|
2012-08-08 09:21:47 +02:00
|
|
|
|
2013-10-13 09:08:11 +02:00
|
|
|
AUTOTOOLS_AUTORECONF=1
|
|
|
|
|
|
|
|
inherit autotools-multilib eutils
|
2012-08-08 09:21:47 +02:00
|
|
|
|
|
|
|
DESCRIPTION="The Battle.net client library"
|
|
|
|
HOMEPAGE="http://code.google.com/p/bncsutil"
|
|
|
|
SRC_URI="http://people.znc.in/~dessa/ghost/deps/${P}.tar.xz"
|
|
|
|
|
|
|
|
RESTRICT="mirror"
|
|
|
|
|
2013-04-30 18:33:24 +02:00
|
|
|
LICENSE="LGPL-2+"
|
2012-08-08 09:21:47 +02:00
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE="static-libs"
|
|
|
|
|
2013-10-13 09:08:11 +02:00
|
|
|
DEPEND="dev-libs/gmp[static-libs?,${MULTILIB_USEDEP}]"
|
2012-08-08 09:21:47 +02:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
2013-10-13 09:08:11 +02:00
|
|
|
PATCHES=(
|
|
|
|
"${FILESDIR}/${PN}-werror.patch"
|
|
|
|
"${FILESDIR}/${PN}-ghost.patch"
|
|
|
|
)
|