GLUED: renamed packages to rules, cfg_dir_packages to cfg_dir_rules.
This commit is contained in:
25
rules/python/cross.bash
Normal file
25
rules/python/cross.bash
Normal file
@@ -0,0 +1,25 @@
|
||||
source $pkg_common
|
||||
|
||||
configure()
|
||||
{
|
||||
echo "Post unpack is in $(pwd)"
|
||||
echo "Pre-configuring by building an host python ... $(pwd) "
|
||||
cd ../Python-$version/
|
||||
./configure
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
cd ../Python-$version
|
||||
|
||||
$cmd_make python Parser/pgen
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
cd ../Python-$version
|
||||
mv python hostpython
|
||||
mv Parser/pgen Parser/hostpgen
|
||||
$cmd_make distclean
|
||||
}
|
||||
|
Reference in New Issue
Block a user