|
|
DESCRIPTION="GTK+2 bindings for Python" | DESCRIPTION="GTK+2 bindings for Python" |
HOMEPAGE="http://www.pygtk.org/" | HOMEPAGE="http://www.pygtk.org/" |
| |
DOC_FILE="pygtk2reference-2.9.0.tar.bz2" |
|
SRC_URI="${SRC_URI} |
|
doc? ( mirror://gnome/sources/pygtk2reference/2.9/${DOC_FILE} )" |
|
|
|
LICENSE="LGPL-2.1" | LICENSE="LGPL-2.1" |
SLOT="2" | SLOT="2" |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |
|
|
insinto /usr/share/doc/${PF} | insinto /usr/share/doc/${PF} |
doins -r examples | doins -r examples |
fi | fi |
|
|
if use doc; then |
|
insinto /usr/share/gtk-doc/html/pygtk |
|
cd "${WORKDIR}"/pygtk2reference |
|
doins -r cursors icons images |
|
fi |
|
} | } |
| |
src_test() { | src_test() { |