You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/kspread/kspread-2.3.3.ebuild

51 lines
891 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-2.3.3.ebuild,v 1.3 2011/05/09 23:13:33 hwoarang Exp $
EAPI=3
KMNAME="koffice"
KMMODULE="${PN}"
inherit kde4-meta
DESCRIPTION="KOffice spreadsheet application"
KEYWORDS="amd64 x86"
IUSE="+solver"
DEPEND="
dev-cpp/eigen:2
solver? ( sci-libs/gsl )
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
KoConfig.h.cmake
kchart/
interfaces/
libs/
filters/
plugins/
"
KMEXTRA="filters/${KMMODULE}/
filters/libmso"
KMLOADLIBS="koffice-libs"
src_configure() {
mycmakeargs=(
-DWITH_Eigen2=ON
$(cmake-utils_use_with solver GSL)
)
kde4-meta_src_configure
}
src_install() {
kde4-meta_src_install
# this is already installed by koffice-data
rm -f "${D}/usr/include/config-opengl.h"
rm -f "${D}/usr/include/KoConfig.h"
}