Lines 24-31
Link Here
|
24 |
distutils_src_install |
24 |
distutils_src_install |
25 |
distutils_python_version |
25 |
distutils_python_version |
26 |
dodir /usr/bin |
26 |
dodir /usr/bin |
27 |
fperms 755 /usr/lib/python${PYVER}/site-packages/em.py |
27 |
fperms 755 /usr/$(get_libdir)/python${PYVER}/site-packages/em.py |
28 |
dosym /usr/lib/python${PYVER}/site-packages/em.py /usr/bin/em.py |
28 |
dosym /usr/$(get_libdir)/python${PYVER}/site-packages/em.py /usr/bin/em.py |
29 |
dodir /usr/share/doc/${PF}/examples |
29 |
dodir /usr/share/doc/${PF}/examples |
30 |
insinto /usr/share/doc/${PF}/examples |
30 |
insinto /usr/share/doc/${PF}/examples |
31 |
doins sample.em sample.bench |
31 |
doins sample.em sample.bench |
Lines 34-36
Link Here
|
34 |
dohtml doc/home/max/projects/empy/doc/em.html |
34 |
dohtml doc/home/max/projects/empy/doc/em.html |
35 |
dohtml doc/index.html |
35 |
dohtml doc/index.html |
36 |
} |
36 |
} |
|
|
37 |
|
38 |
pkg_postinst() { |
39 |
python_version |
40 |
python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/em.py |
41 |
} |
42 |
|
43 |
pkg_postrm() { |
44 |
python_mod_cleanup |
45 |
} |