1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Server for the french tarot game maitretarot"
9 HOMEPAGE="http://www.nongnu.org/maitretarot/"
10 SRC_URI="https://savannah.nongnu.org/download/maitretarot/${PN}.pkg/${PV}/${P}.tar.bz2"
14 KEYWORDS="~amd64 ~x86"
16 BDEPEND="virtual/pkgconfig"
17 DEPEND="dev-libs/glib:2
19 dev-games/libmaitretarot"
23 "${FILESDIR}"/${P}-format.patch
29 mv configure.{in,ac} || die
31 # Remove bundled macros (avoid patching same file multiple times)
32 rm -rf m4/{libmaitretarot,libmt_client}.m4 || die
34 # Ensure we generate auto* with the fixed macros in tree
41 econf --with-default-config-file="/etc/maitretarotrc.xml"