python: update to 2.6.3, add -devel subpkg.
--HG-- extra : convert_revision : 9d1d6e89f646307637b76d1828f256d42d61c20e
This commit is contained in:
16
templates/python/devel.template
Normal file
16
templates/python/devel.template
Normal file
@@ -0,0 +1,16 @@
|
||||
# Template file for 'python-devel'.
|
||||
#
|
||||
short_desc="Python development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run python
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/python*-config ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user