# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit distutils eutils SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate2/${PN}/${P}.tar.bz2" DESCRIPTION="The library for Calculate 2" HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2" LICENSE="Apache-2.0" SLOT="2.2" KEYWORDS="amd64 x86" IUSE="minimal" DEPEND="!=dev-python/pyxml-0.8 sys-apps/iproute2 sys-apps/pciutils sys-fs/lvm2 sys-fs/mdadm sys-apps/file[python]" RDEPEND="${DEPEND}" src_unpack() { unpack "${A}" cd "${S}" # add detect cpu support arch epatch "${FILESDIR}/calculate-lib-2.2.24-r1.patch" }