1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 DESCRIPTION="Server for the crossfire clients"
8 HOMEPAGE="http://crossfire.real-time.com/"
9 SRC_URI="https://downloads.sourceforge.net/crossfire/${PN}/${PV}/${MY_P}.tar.bz2
10 https://downloads.sourceforge.net/crossfire/${PN}/${PV}/${MY_P}.maps.tar.bz2
11 https://downloads.sourceforge.net/crossfire/${PN}/${PV}/${MY_P}.arch.tar.bz2"
15 KEYWORDS="~amd64 ~x86"
34 rm -f "${WORKDIR}"/maps/Info/combine.pl || die
35 ln -s "${WORKDIR}"/arch "${S}"/lib || die
37 eapply "${FILESDIR}"/${P}-format.patch
41 econf --disable-static
45 # work around the collect.pl locking
53 keepdir /var/lib/crossfire/{account,datafiles,maps,players,template-maps,unique-items}
55 insinto /usr/share/crossfire
56 doins -r "${WORKDIR}"/maps
58 find "${ED}" -name '*.la' -delete || die