# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit desktop epatch toolchain-funcs DEB_PATCH_VER="13" DESCRIPTION="Mille Bournes card game" HOMEPAGE="http://www.milleborne.info/" SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/x/xmille/${PN}_${PV}-${DEB_PATCH_VER}.diff.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/libXext" DEPEND="${RDEPEND} app-text/rman x11-misc/imake " S="${WORKDIR}/${P}.orig" src_prepare() { default epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff } src_configure() { xmkmf || die } src_compile() { emake -j1 \ AR="$(tc-getAR) clq" \ RANLIB="$(tc-getRANLIB)" \ CC="$(tc-getCC)" \ CDEBUGFLAGS="${CFLAGS}" \ EXTRA_LDOPTIONS="${LDFLAGS}" } src_install() { dobin xmille einstalldocs make_desktop_entry "${PN}" "Milles Bournes" newman xmille.man xmille.6 }