Added boost-1.42.0 build template. (GRR How I hate this one!)
--HG-- extra : convert_revision : 40d1a631cd76289ae191a8e33743761d594f2864
This commit is contained in:
21
srcpkgs/boost/boost-python.template
Normal file
21
srcpkgs/boost/boost-python.template
Normal file
@@ -0,0 +1,21 @@
|
||||
# Template file for 'boost-python'.
|
||||
#
|
||||
short_desc="${short_desc} - python bindings"
|
||||
long_desc="
|
||||
Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
|
||||
portable libraries which work well with the ISO C++ Standard Library.
|
||||
|
||||
This package adds static and shared binary libraries providing support for
|
||||
the Boost Python library."
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run boost
|
||||
Add_dependency run python
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/libboost_python* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user