# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit cmake-utils DESCRIPTION="An C implementation of an excel writer" HOMEPAGE="https://github.com/jmcnamara/libxlsxwriter" SRC_URI="https://github.com/jmcnamara/${PN}/archive/RELEASE_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" # FreeBSD SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="sys-libs/zlib[minizip]" DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}-RELEASE_${PV}" src_install() { cmake-utils_src_install dodoc CONTRIBUTING.md LICENSE.txt Readme.md dodoc -r docs examples find "${D}" -name '*.la' -delete }