# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 WX_GTK_VER="2.8" inherit eutils wxwidgets DESCRIPTION="E-book collection manager" HOMEPAGE="http://www.lintest.ru/wiki/MyRuLib" SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" x11-libs/wxGTK:${WX_GTK_VER}[X] >=dev-libs/expat-2 dev-db/sqlite:3 " # TODO dev-db/wxSQLite3 (sunrise overlay) DEPEND="${RDEPEND}" src_prepare() { # for sure rm -rf \ sources/Expat \ sources/SQLite3 \ || die } src_configure() { econf --without-strip } src_install() { emake DESTDIR="${D}" install || die }