2010-04-13 06:12:15 +02:00
|
|
|
# Template file for 'boost-python'.
|
|
|
|
#
|
2013-03-19 09:46:18 +01:00
|
|
|
depends="boost>=${version} python"
|
2010-04-13 06:12:15 +02:00
|
|
|
short_desc="${short_desc} - python bindings"
|
|
|
|
|
2012-07-02 16:30:25 +02:00
|
|
|
do_install() {
|
2010-04-13 06:12:15 +02:00
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/libboost_python* ${DESTDIR}/usr/lib
|
|
|
|
}
|