wok diff python-dev/receipt @ rev 7153

Made compcache to use linux-modules-headers. This way linux in wok doesn't need to be compiled.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 06 19:22:12 2010 +0000 (2010-11-06)
parents 2614c1e9d774
children 15b3f14c3001
line diff
     1.1 --- a/python-dev/receipt	Sat Oct 09 03:17:36 2010 +0000
     1.2 +++ b/python-dev/receipt	Sat Nov 06 19:22:12 2010 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="The Python programming language devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +DEPENDS="python"
     1.8  WANTED="python"
     1.9  SOURCE="Python"
    1.10  WEB_SITE="http://www.python.org/"
    1.11 @@ -16,5 +17,7 @@
    1.12  	cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/include $fs/usr
    1.13  	cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin/*-config $fs/usr/bin
    1.14  	chmod 755 $fs/usr/bin/*-config
    1.15 +	# in python package now
    1.16 +	rm $fs/usr/include/${PACKAGE}${VERSION}/pyconfig.h
    1.17  }
    1.18