# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython-demo/wxpython-demo-2.4.2.4.ebuild,v 1.6 2004/08/15 18:29:06 pythonhead Exp $ MY_P=${P/wxpython-demo/wxPython-demo} DESCRIPTION="wxPython demo files" HOMEPAGE="http://www.wxpython.org" SRC_URI="mirror://sourceforge/wxpython/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~sparc" IUSE="" S="${WORKDIR}/${DOCDIR}" DOCDIR="wxPython-${PVR}" src_install() { dodir /usr/share/doc/${DOCDIR} dodir /usr/share/doc/${DOCDIR}/demo dodir /usr/share/doc/${DOCDIR}/samples cp -R ${WORKDIR}/${DOCDIR}/demo/* ${D}/usr/share/doc/${DOCDIR}/demo/ cp -R ${WORKDIR}/${DOCDIR}/samples/* ${D}/usr/share/doc/${DOCDIR}/samples/ }