wok-next diff vte/receipt @ rev 7826
Up: not Check_MPPE_in_kernel when create tunnel
module ppp-compress-18 build in kernel
module ppp-compress-18 build in kernel
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Sun Dec 26 13:52:18 2010 +0000 (2010-12-26) |
parents | 57e07246c18b |
children | e1b829109f49 |
line diff
1.1 --- a/vte/receipt Fri Dec 17 18:23:22 2010 +0000 1.2 +++ b/vte/receipt Sun Dec 26 13:52:18 2010 +0000 1.3 @@ -33,10 +33,13 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 + PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.8 mkdir -p $fs/usr/lib $fs/usr/share 1.9 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.10 cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.11 cp -a $_pkg/usr/lib/vte $fs/usr/lib 1.12 cp -a $_pkg/usr/lib/vte-0.0 $fs/usr/lib 1.13 cp -a $_pkg/usr/share/vte $fs/usr/share 1.14 + cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.15 + cp -a $_pkg/usr/share/pygtk $fs/usr/share 1.16 }