|
|
转了一本,cpu 比较高,最后倒是出来了,呵呵,还行
- # Copyright 1999-2008 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # $Header: $
- inherit distutils
- DESCRIPTION="A simple Python script that converts CHM files into PDF files"
- HOMEPAGE="http://code.google.com/p/chm2pdf/"
- SRC_URI="http://chm2pdf.googlecode.com/files/${P}.tar.gz"
- LICENSE="GPL-2"
- SLOT="0"
- KEYWORDS="~x86"
- IUSE="beautifulsoup"
- RESTRICT="mirror"
- DEPEND=""
- RDEPEND="dev-libs/chmlib
- dev-python/pychm
- app-text/htmldoc
- beautifulsoup? ( dev-python/beautifulsoup ) "
复制代码 |
|