3586c912e2
--HG-- extra : convert_revision : aacafae8dfa5cc12342acb2fb4bd76e0a1b74b3d
20 lines
483 B
Text
20 lines
483 B
Text
# Template file for 'libxslt-python'.
|
|
#
|
|
short_desc="${short_desc} (python extension)"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains ${sourcepkg} python related files."
|
|
|
|
Add_dependency run glibc
|
|
Add_dependency run python
|
|
Add_dependency run libxslt
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mkdir -p ${DESTDIR}/usr/share/doc
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/share/doc/${sourcepkg}-python-${version} \
|
|
${DESTDIR}/usr/share/doc
|
|
}
|