Lines 9-15
Link Here
|
9 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
9 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
10 |
RESTRICT="nomirror" |
10 |
RESTRICT="nomirror" |
11 |
|
11 |
|
12 |
IUSE="" |
12 |
IUSE="doc" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
KEYWORDS="~x86" |
14 |
KEYWORDS="~x86" |
15 |
LICENSE="as-is" |
15 |
LICENSE="as-is" |
Lines 28-37
Link Here
|
28 |
virtualmake "$*" |
28 |
virtualmake "$*" |
29 |
distutils_python_version |
29 |
distutils_python_version |
30 |
|
30 |
|
31 |
# Setup examples |
31 |
if use doc ; then |
32 |
insinto /usr/share/${PN}/examples |
32 |
insinto /usr/share/doc/${PF}/examples |
33 |
doins examples/*.py examples/*.~1* examples/README |
33 |
doins examples/*.py examples/README |
34 |
insinto /usr/share/${PN}/examples/data |
34 |
insinto /usr/share/doc/${PF}/examples/data |
35 |
doins examples/data/*.dat |
35 |
doins examples/data/*.dat |
|
|
36 |
fi |
36 |
} |
37 |
} |
37 |
|
38 |
|